Skip to content

Commit

Permalink
fix padding on masthead
Browse files Browse the repository at this point in the history
  • Loading branch information
patdryburgh committed Apr 17, 2019
1 parent f11c93f commit 8b885e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion _sass/_masthead.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.site-masthead {
box-sizing: border-box;
padding: 0 2em;
position: relative;
text-align: center;
}
Expand All @@ -9,6 +8,7 @@
font-size: 3em;
margin-bottom: 0;
margin-top: 1em;
padding: 0 2rem;
@media (min-width: $on-tablet) {
font-size: 6em;
}
Expand All @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion hitchens-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down

0 comments on commit 8b885e0

Please sign in to comment.