From 2226000c504b9c5941ceb46df5d1051392ef4ece Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 22 Feb 2016 11:02:08 -0500 Subject: [PATCH] got it accurately close, just off the right a little bit compared to the psd --- css/app.css | 2 +- scss/_page.header.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.17.1