big bang v2?

This commit is contained in:
moonleay 2023-10-18 17:58:15 +02:00
commit 212d3a25a5
78 changed files with 2299 additions and 0 deletions

View file

@ -0,0 +1,25 @@
.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;
}