Fixed nav style bugs (#9646)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
.site-nav-content {
|
||||
height: 50px;
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
@@ -12,7 +11,6 @@
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.site-nav-item {
|
||||
@@ -86,12 +84,11 @@
|
||||
&--active {
|
||||
border-bottom: 3px solid $core-vibrant-blue;
|
||||
background-color: $site-nav-on-hover;
|
||||
max-height: 47px;
|
||||
|
||||
&:hover {
|
||||
background-color: $site-nav-on-hover;
|
||||
}
|
||||
|
||||
|
||||
.site-nav-item__link {
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user