mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-28 04:16:16 +00:00
Something something switching to sass
This commit is contained in:
parent
85afe70daa
commit
4007f47e49
13 changed files with 991 additions and 105 deletions
|
@ -31,7 +31,9 @@ nav hr {
|
|||
opacity: 0;
|
||||
}
|
||||
|
||||
.nav-name p, .nav-name {
|
||||
.nav-name *, .nav-name {
|
||||
margin: 0;
|
||||
|
||||
font-family: "Lexend Deca", sans-serif;
|
||||
|
||||
font-size: 22px;
|
||||
|
@ -78,10 +80,10 @@ nav hr {
|
|||
}
|
||||
|
||||
footer {
|
||||
margin-bottom: 5.5rem !important;
|
||||
margin-bottom: calc(4rem + 3px) !important;
|
||||
}
|
||||
#back-to-top {
|
||||
bottom: 5.5rem !important;
|
||||
bottom: 5rem !important;
|
||||
}
|
||||
nav .svg {
|
||||
padding: 0.35rem !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue