From e9bcf84e9a3170dc6bf7019a69cc07c30e469e03 Mon Sep 17 00:00:00 2001 From: Dirk Heilig Date: Sat, 27 Jan 2024 11:09:32 +0100 Subject: [PATCH] fix footer left spacing --- themes/hugo-theme-flat/static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/hugo-theme-flat/static/css/style.css b/themes/hugo-theme-flat/static/css/style.css index 7129320..693e83a 100644 --- a/themes/hugo-theme-flat/static/css/style.css +++ b/themes/hugo-theme-flat/static/css/style.css @@ -406,10 +406,13 @@ a.external:after { .footer .footer-row { display: flex; justify-content: center; + } + .footer .footer-item { margin-right: var(--len-3); + margin-left: var(--len-3); } .footer .footer-item:last-child { margin-right: 0;