From 9894472e42ee132a14a357cb7fce1ba66c229e25 Mon Sep 17 00:00:00 2001 From: nono Date: Thu, 7 Jul 2022 14:02:56 +0200 Subject: [PATCH 1/2] Fix margin to margin-bottom --- assets/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/style.css b/assets/css/style.css index 0af746d..2661b2d 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -230,7 +230,7 @@ p { flex-direction: column; align-items: stretch; border-style: none; - margin: 1em; + margin-bottom: 1em; } /* .blog-card-feed { From 854327d111f3a6b98eff953bda90d6b6e7f86e73 Mon Sep 17 00:00:00 2001 From: nono Date: Thu, 7 Jul 2022 14:03:11 +0200 Subject: [PATCH 2/2] Fix layout classes on articles and main page --- layouts/_default/single.html | 9 +++++---- layouts/partials/footer.html | 2 +- layouts/partials/nav-bar.html | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 130fa45..7282f7f 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -4,11 +4,12 @@ {{ partial "head.html" . }} - + +
+ {{ partial "nav-bar.html" . }} -
-
+

{{ .Title }}

{{ if isset .Params "date" }}{{ end }} @@ -30,7 +31,7 @@ {{ .Content }}
-