From: Laury GvR Date: Mon, 10 Jul 2017 18:20:38 +0000 (-0400) Subject: Change to gruntfile to try to update live site X-Git-Tag: v1.0.0^2~61 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=35a3bfc7f559913ba6b53531b30e566e7395f7c4;p=WP-Themes%2Ftruenorthgolf.git Change to gruntfile to try to update live site --- diff --git a/Gruntfile.js b/Gruntfile.js index 2509a43..8afaefb 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -8,7 +8,7 @@ module.exports = function(grunt) { }, dist: { options: { - outputStyle: 'expanded' + outputStyle: 'compressed' }, files: { 'css/app.css': 'scss/app.scss' diff --git a/css/app.css b/css/app.css index c63eaa5..882ca25 100644 --- a/css/app.css +++ b/css/app.css @@ -6820,7 +6820,7 @@ header#page-header { background: black; padding: 0 20px 20px; } #sm-logo img { - padding-top: 20px; } + padding-top: 19px; } ul#sec-nav { display: inline-block; diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 10f8af7..5aa56dc 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -174,7 +174,7 @@ header#page-header { } #sm-logo { img { - padding-top: 20px; + padding-top: 19px; } float: left; background: black;