mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-22 02:11:06 +00:00
fix padding on masthead
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||
.site-masthead {
|
.site-masthead {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 0 2em;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
@ -9,6 +8,7 @@
|
|||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
|
padding: 0 2rem;
|
||||||
@media (min-width: $on-tablet) {
|
@media (min-width: $on-tablet) {
|
||||||
font-size: 6em;
|
font-size: 6em;
|
||||||
}
|
}
|
||||||
@ -18,6 +18,7 @@
|
|||||||
color: $muted-text-color;
|
color: $muted-text-color;
|
||||||
font-size: 1.25em;
|
font-size: 1.25em;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
padding: 0 2rem;
|
||||||
@media (min-width: $on-tablet) {
|
@media (min-width: $on-tablet) {
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
}
|
}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
spec.name = "hitchens-theme"
|
spec.name = "hitchens-theme"
|
||||||
spec.version = "0.7.0"
|
spec.version = "0.7.1"
|
||||||
spec.authors = ["Pat Dryburgh"]
|
spec.authors = ["Pat Dryburgh"]
|
||||||
spec.email = ["hello@patdryburgh.com"]
|
spec.email = ["hello@patdryburgh.com"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user