Something something switching to sass

This commit is contained in:
Michał Gdula 2022-08-11 18:28:52 +00:00
parent 85afe70daa
commit 4007f47e49
13 changed files with 991 additions and 105 deletions

View file

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