fontsface
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user