From 225a25bc7236ea4b9168ee1ac5ea0dbeb9ac5e79 Mon Sep 17 00:00:00 2001 From: Oscar Najera <hi@oscarnajera.com> Date: Sun, 27 Aug 2023 12:37:24 +0200 Subject: Main container wrapper to keep content width --- layouts/partials/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/partials/post.html') diff --git a/layouts/partials/post.html b/layouts/partials/post.html index 99aa825..19352e6 100644 --- a/layouts/partials/post.html +++ b/layouts/partials/post.html @@ -1,5 +1,5 @@ -<article class="mw7 center pv4 ph3"> -<a class="db no-underline grow" href= "{{ .RelPermalink }}"> +<article class="pv4 bt bb b--black-10"> +<a class="db no-underline dim" href= "{{ .RelPermalink }}"> <h3 class="f3 baskerville mt0 lh-title near-black">{{.Title }}</h3> <div class="cf"> {{ if isset .Params "image" }} -- cgit v1.2.3