From 899c1be66a603291ef161bae3d3499af957e22b8 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Thu, 21 Jan 2016 09:04:24 -0500 Subject: [PATCH] adjusting bg container margin top --- scss/_structure.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/_structure.scss b/scss/_structure.scss index bfc1d83..3c2da5d 100644 --- a/scss/_structure.scss +++ b/scss/_structure.scss @@ -18,7 +18,7 @@ background: url(../assets/main-bkgrd-image.jpg) no-repeat bottom; padding-bottom: 151px; background-size: cover; - margin-top: 94px; + margin-top: 87px; @media screen and (max-width: 1600px) { background-size: auto; } -- 2.17.1