From 35a3bfc7f559913ba6b53531b30e566e7395f7c4 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 10 Jul 2017 14:20:38 -0400 Subject: [PATCH] Change to gruntfile to try to update live site --- Gruntfile.js | 2 +- css/app.css | 2 +- scss/_page.header.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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; -- 2.17.1