fontsface

This commit is contained in:
2021-03-30 23:38:39 +02:00
parent 2b66375680
commit 9466b09c0f
33 changed files with 874 additions and 212 deletions
@@ -11,6 +11,12 @@ $dropdown-color: #f6f6f6;
background-color: white;
box-shadow: 0 0.05rem 1rem rgba(0,0,0, 0.15);
#logo img {
display: flex;
flex-direction: row;
flex-flow: row;
max-height: $header-height;
}
// scroll based changes
&.scrolled {
@@ -24,6 +30,8 @@ $dropdown-color: #f6f6f6;
font-size: 1.6rem !important;
}
#logo a, #navbar span {
color: $black !important;
}
@@ -68,7 +76,7 @@ $dropdown-color: #f6f6f6;
}
#navbar {
font-size: $core-font-size - 0.1rem;
font-size: $core-font-size + 0.4rem;
/* Child Indicator */
.has-children {