diff --git a/frontend/components/top_nav/SiteTopNav/_styles.scss b/frontend/components/top_nav/SiteTopNav/_styles.scss index a9ca94416c..e35ac19c85 100644 --- a/frontend/components/top_nav/SiteTopNav/_styles.scss +++ b/frontend/components/top_nav/SiteTopNav/_styles.scss @@ -7,6 +7,7 @@ .site-nav-list { list-style: none; + height: 50px; width: 671px; margin: 0; padding: 0; @@ -82,7 +83,7 @@ } &--active { - border-bottom: 3px solid $core-vibrant-blue; + border-bottom: 4px solid $core-vibrant-blue; background-color: $site-nav-on-hover; &:hover {