From 69248f4322c204e1842358ff553556a9903e46c6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 2 Dec 2015 15:05:24 -0500 Subject: [PATCH] changed width of about menu dropdown --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 41f02a9..b2d22b7 100644 --- a/css/app.css +++ b/css/app.css @@ -6909,7 +6909,7 @@ header .searchform input[type="submit"]:hover { border: none; } #about .top-bar .top-bar-section ul#menu-about-staffords li ul.dropdown li { background: #ede6d9; - width: 265px; + width: 245px; float: none; padding: 0; min-width: 100px; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 8d74be6..db4d8f0 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -591,7 +591,7 @@ } li { background: $cream; - width: 265px; + width: 245px; float: none; padding: 0; min-width: 100px; -- 2.17.1