improved scss notation

This commit is contained in:
2024-02-01 13:32:21 +01:00
parent b8b26b775c
commit e4eb93c180
3 changed files with 59 additions and 61 deletions

View File

@@ -1,18 +1,3 @@
nav {
justify-self: flex-start;
display: inline-flex;
}
.navbar-entry {
display: flex;
flex-direction: column;
align-items: center;
}
.highlighter {
margin-top: -10px;
}
header {
padding-top: 2.5vh;
padding-bottom: 2.5vh;
@@ -20,25 +5,42 @@ header {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
margin-right: 2.5vw;
width: 40px;
}
.logo {
margin-right: 2.5vw;
width: 40px;
}
a {
color: white;
text-decoration: none;
text-align: center;
margin-inline: 0.9vw;
}
nav {
justify-self: flex-start;
display: inline-flex;
.active {
font-family: "Satoshi-Bold";
color: #7eca9c;
}
.navbar-entry {
display: flex;
flex-direction: column;
align-items: center;
.social {
width: 22px;
a {
color: white;
text-decoration: none;
text-align: center;
margin-inline: .9vw;
}
.active {
font-family: "Satoshi-Bold";
color: #7eca9c;
}
.highlighter {
margin-top: -10px;
}
}
}
.social {
width: 22px;
margin-inline: .5vw;
}
}