24 lines
372 B
CSS
Executable File
24 lines
372 B
CSS
Executable File
.logo {
|
|
height: 80%;
|
|
}
|
|
|
|
.headerLogo {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
gap: 10px;
|
|
font-family: "Quicking";
|
|
letter-spacing: 1px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.header {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0px 5px;
|
|
}
|