Sass progress

This commit is contained in:
Michał Gdula 2022-08-12 11:28:19 +00:00
parent 4007f47e49
commit 302fe6c15e
9 changed files with 296 additions and 93 deletions

View file

@ -20,6 +20,9 @@ nav {
margin: 0.5rem 0.2rem; padding: 0;
opacity: 0;
}
.btn {
width: auto;
}
}
.nav-name {
@ -36,6 +39,8 @@ nav {
.nav-links {
@include flexLeft(space-around);
margin: 0;
font-family: $font-body;
width: auto;
@ -59,7 +64,7 @@ nav {
position: fixed;
top: auto; bottom: 0; left: 0; right: 0;
background-color: $bg;
background-color: $bg-alt;
backdrop-filter: blur(8px);
border: none;
@ -76,7 +81,7 @@ nav {
text-align: left !important;
}
footer {
margin-bottom: calc(5rem + 3px) !important;
margin-bottom: 4rem !important;
}
#back-to-top {
bottom: 5rem !important;