From: Ian Weller Date: Thu, 17 Sep 2015 18:18:43 +0000 (-0400) Subject: background size for dropdown X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=08533bc6d698c0848eb14f03c85e8004ff25f002;p=WP-Themes%2Fglmthemes%2Fmountpleasant-theme.git background size for dropdown --- 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);