diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/index.html b/layouts/index.html index fb866ad..fd160ce 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -6,7 +6,7 @@ {{ range (where .Pages "Type" "in" .Site.Params.mainSections).ByWeight }} {{ if gt (len .Pages) 0 }} <div class="stripe-dark"> - <div class="mw7 center pa1"> + <div class="max-w-screen-md mx-auto p-1"> <h2 id="{{ anchorize .Title | safeURL }}" class="baskerville lh-title f2" @@ -16,9 +16,9 @@ {{ range first 3 .Pages.ByPublishDate.Reverse }} {{ partial "post.html" . }} {{ end }} - <div class="tc pa3"> + <div class="tc p-4"> <i class="fas fa-angle-right"></i> - <a href="{{ .Type }}" class="f3 link near-black" + <a href="{{ .Type }}" class="f3 near-black" >{{ T "see_all" | humanize }}</a > </div> |