aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/hero.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/hero.html')
-rw-r--r--layouts/partials/hero.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/hero.html b/layouts/partials/hero.html
index cdbccdf..263bb03 100644
--- a/layouts/partials/hero.html
+++ b/layouts/partials/hero.html
@@ -1,7 +1,7 @@
<div style="background: linear-gradient( rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.5) ), url('{{ .Params.image }}'); background-position: center;"
class="bg-center pv5" >
- <div class="mw7 center ph2">
- <h1 class="f1 tc title berkshire-swash near-white">{{ .Title }}</h1>
+ <div class="mw7 center ph2 near-white">
+ <h1 class="f1 tc title berkshire-swash">{{ .Title }}</h1>
{{ .Content }}
</div>
</div>