From 157cb8346dd163a82b23fa860f61492ad4e0ffbf Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Fri, 3 Feb 2023 18:48:05 -0600 Subject: [PATCH] Tweak new masthead styles (#9682) --- frontend/components/top_nav/SiteTopNav/_styles.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 {