From: Ian Weller Date: Mon, 22 Feb 2016 16:02:08 +0000 (-0500) Subject: got it accurately close, just off the right a little bit compared to the psd X-Git-Tag: v1.0.0^2~81 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=2226000c504b9c5941ceb46df5d1051392ef4ece;p=WP-Themes%2Fjollylama.git got it accurately close, just off the right a little bit compared to the psd --- diff --git a/css/app.css b/css/app.css index cbd81dc..e6703dc 100644 --- a/css/app.css +++ b/css/app.css @@ -6345,7 +6345,7 @@ header { text-align: center; background: url(../assets/repeating-pattern.jpg); padding: 5px 0; - width: 244px; } + width: 224px; } header #top-line #cart-login ul { list-style: none; margin: 0; } diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 092d18b..e3f9ad1 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -57,7 +57,7 @@ header { text-align: center; background: url(../assets/repeating-pattern.jpg); padding: 5px 0; - width: 244px; + width: 224px; ul { list-style: none; margin: 0;