Fixed nav style bugs (#9646)

This commit is contained in:
Jacob Shandling 2023-02-02 15:46:41 -08:00 committed by GitHub
parent a51b4709a2
commit ae8c2a40c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}