liljudd-website/app/util/wrapping_objects.module.css
2023-10-18 17:58:15 +02:00

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;
}