From 3ec057f95c81a5028f04c8d814acc3ce6e6173e7 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 30 Nov 2015 12:50:31 -0500 Subject: [PATCH] adjusted dropdown width for about staffords --- 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 4645670..a918004 100644 --- a/css/app.css +++ b/css/app.css @@ -6904,7 +6904,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: auto; + width: 250px; float: none; padding: 0; min-width: 100px; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index d64763c..a926358 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -578,7 +578,7 @@ } li { background: $cream; - width: auto; + width: 250px; float: none; padding: 0; min-width: 100px; -- 2.17.1