From: Laury GvR Date: Wed, 20 Sep 2017 19:00:02 +0000 (-0400) Subject: Reduce main nav dropdown width to ensure 2-column layout in dropdown X-Git-Tag: v1.0.0^2~8 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=996d2aaa8f63c9d58642c6e5c0fdb45638f7d799;p=WP-Themes%2Fkeweenaw2017.git Reduce main nav dropdown width to ensure 2-column layout in dropdown --- diff --git a/css/app.css b/css/app.css index 66737a5..6a563e2 100644 --- a/css/app.css +++ b/css/app.css @@ -6511,7 +6511,7 @@ header { color: #f27225; font-size: 16px; } .top-bar .top-bar-section ul li ul.dropdown li { - min-width: 200px; + min-width: 180px; background-color: #FFFFFF; color: #000000; border-bottom: 1px dotted #486b71; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index db9fe49..066bfaa 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -139,7 +139,7 @@ color: $black; } } - min-width: 200px; + min-width: 180px; background-color: $white; color: $black; border-bottom: 1px dotted $slate-blue;