aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/_default/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/single.html')
-rw-r--r--layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 66f67ea..bdb5482 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,6 +1,6 @@
{{ define "main" }}
<header class="max-w-screen-md mx-auto">
- <h1 class="baskerville f1 lh-title my-4 px-1">
+ <h1 class="baskerville px-1">
{{ .Title }}
</h1>
@@ -15,7 +15,7 @@
{{ partial "leading_image.html" . }}
</header>
- <div class="main-content max-w-screen-md mx-auto lh-copy f5 f4-ns px-1">
+ <div class="main-content max-w-screen-md mx-auto px-1">
{{ .Content }}
</div>
{{ partial "image-gallery" . }}