mirror of
https://git.moonleay.net/Websites/liljudd-website.git
synced 2025-07-26 11:22:04 +02:00
big bang v2?
This commit is contained in:
commit
212d3a25a5
78 changed files with 2299 additions and 0 deletions
25
app/util/wrapping_objects.module.css
Normal file
25
app/util/wrapping_objects.module.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue