From 8b885e0b38cda0b31c9986b621df6980b5ca7185 Mon Sep 17 00:00:00 2001 From: Pat Dryburgh Date: Wed, 17 Apr 2019 11:52:22 -0400 Subject: [PATCH] fix padding on masthead --- _sass/_masthead.scss | 3 ++- hitchens-theme.gemspec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_sass/_masthead.scss b/_sass/_masthead.scss index 4b7e3ca..074371c 100644 --- a/_sass/_masthead.scss +++ b/_sass/_masthead.scss @@ -1,6 +1,5 @@ .site-masthead { box-sizing: border-box; - padding: 0 2em; position: relative; text-align: center; } @@ -9,6 +8,7 @@ font-size: 3em; margin-bottom: 0; margin-top: 1em; + padding: 0 2rem; @media (min-width: $on-tablet) { font-size: 6em; } @@ -18,6 +18,7 @@ color: $muted-text-color; font-size: 1.25em; margin: 0; + padding: 0 2rem; @media (min-width: $on-tablet) { font-size: 3em; } diff --git a/hitchens-theme.gemspec b/hitchens-theme.gemspec index c70917a..97a2bdf 100644 --- a/hitchens-theme.gemspec +++ b/hitchens-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "hitchens-theme" - spec.version = "0.7.0" + spec.version = "0.7.1" spec.authors = ["Pat Dryburgh"] spec.email = ["hello@patdryburgh.com"]