From d7fe4d95def4fc66ea19da182a88173b79577cba Mon Sep 17 00:00:00 2001 From: Laptop Date: Sun, 29 Dec 2024 22:44:26 +0200 Subject: [PATCH] show commit on main page --- static/assets/index.css | 2 +- templates/base.templ | 18 +++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/static/assets/index.css b/static/assets/index.css index 5d9893e..9c97a34 100644 --- a/static/assets/index.css +++ b/static/assets/index.css @@ -17,7 +17,7 @@ padding-bottom: 1rem; } -footer { +footer > div { margin-top: 5rem; gap: 1rem; display: grid; diff --git a/templates/base.templ b/templates/base.templ index 9867ed8..4eaa198 100644 --- a/templates/base.templ +++ b/templates/base.templ @@ -51,13 +51,17 @@ templ MainPage(p cfg.Preferences) { - }