25 lines
389 B
CSS
25 lines
389 B
CSS
.navMenu {
|
|
display: flex;
|
|
flex-direction: column;
|
|
position: sticky;
|
|
background-color: #5d5d61;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.logo {
|
|
width: 32px;
|
|
height: 32px;
|
|
border-radius: 10%;
|
|
max-width: initial;
|
|
max-height: initial;
|
|
}
|
|
|
|
.gpl3Logo {
|
|
max-width: initial;
|
|
max-height: initial;
|
|
width: 100px
|
|
}
|
|
|
|
.fong {
|
|
font-family: "Splatoon", sans-serif;
|
|
}
|