diff options
Diffstat (limited to 'layouts/partials/open_section.html')
-rw-r--r-- | layouts/partials/open_section.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/layouts/partials/open_section.html b/layouts/partials/open_section.html index 805d802..cf59ee8 100644 --- a/layouts/partials/open_section.html +++ b/layouts/partials/open_section.html @@ -1,7 +1,5 @@ -<div class="mw7 center pa2"> - <h2 class="baskerville f2 lh-title">{{ .Title }}</h2> +<h2 class="baskerville f2 lh-title">{{ .Title }}</h2> - <div class="main-content lh-copy"> - {{ .Content }} - </div> +<div class="main-content lh-copy"> + {{ .Content }} </div> |