From: Ian Weller Date: Tue, 20 Oct 2015 18:42:25 +0000 (-0400) Subject: increased background size X-Git-Tag: v1.0.0^2~4 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=630bfda591fe74fef3adb759ce0472077d8aa07f;p=WP-Themes%2Fwesternup.git increased background size --- diff --git a/css/app.css b/css/app.css index d89dd0a..fe33a66 100644 --- a/css/app.css +++ b/css/app.css @@ -6854,7 +6854,7 @@ h4 { width: auto; min-width: 586px; height: 100%; - padding: 160px 10px 10px 15px; } + padding: 195px 10px 10px 15px; } .top-bar-section ul.top-bar-menu li .dropdown:before { z-index: -2; position: absolute; @@ -6869,7 +6869,7 @@ h4 { background-image: url(../assets/drop-img.jpg); background-repeat: no-repeat; background-position: 0 0; - background-size: 576px 144px; + background-size: 576px 180px; -webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.5); -ms-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.5); diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 069ddca..e326b0a 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -134,7 +134,7 @@ width: auto; min-width: 586px; height: 100%; - padding: 160px 10px 10px 15px; + padding: 195px 10px 10px 15px; // margin-top: -10px; // column-count: 2; &:before { @@ -151,7 +151,7 @@ background-image: url(../assets/drop-img.jpg); background-repeat: no-repeat; background-position: 0 0; - background-size: 576px 144px; + background-size: 576px 180px; -webkit-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.5); -ms-box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.5);