diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-10-21 15:51:19 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-10-21 15:51:19 +0200 |
commit | fd2b81e4c3cb7f65ecde85f9436f8eb05ddb9d0a (patch) | |
tree | 205f005a40f2b3fba0a93f7e354414f98100f2ea /layouts/index.html | |
parent | fb34cbea3705f3ab7eeb1b07f0dc7caffb0fd23a (diff) | |
download | hugo-minimalist-theme-fd2b81e4c3cb7f65ecde85f9436f8eb05ddb9d0a.tar.gz hugo-minimalist-theme-fd2b81e4c3cb7f65ecde85f9436f8eb05ddb9d0a.tar.bz2 hugo-minimalist-theme-fd2b81e4c3cb7f65ecde85f9436f8eb05ddb9d0a.zip |
smaller post rows
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index 2f9d8ff..c10f2ec 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,7 +5,7 @@ {{ define "main" }} {{ range $index, $element := (where .Pages "Type" "in" .Site.Params.mainSections).ByWeight }} <div class="stripe-dark"> - <div class="mw7 center pv2"> + <div class="mw7 center pa1"> <h2 id="{{ anchorize .Title | safeURL }}" class="baskerville lh-title f2" |