From 08533bc6d698c0848eb14f03c85e8004ff25f002 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Thu, 17 Sep 2015 14:18:43 -0400 Subject: [PATCH] background size for dropdown --- scss/_topbar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 6594bb4..98ad41c 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -97,7 +97,7 @@ background-image: url(../assets/kids.jpg); background-repeat: no-repeat; background-position: 20px 20px; - background-size: 568px 140px; + background-size: 545px 140px; -webkit-box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.65); -moz-box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.65); -ms-box-shadow: 5px 5px 4px 0 rgba(0, 0, 0, 0.65); -- 2.17.1