From 98305f7183e28c672c391a686317c8b742fb7f79 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 18 Jun 2024 22:11:33 +0200 Subject: Simplified template --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index d646154..8627937 100644 --- a/templates/base.html +++ b/templates/base.html @@ -38,7 +38,7 @@ margin: 0 auto; } - main { margin-bottom: 2em; } + main { margin-bottom: 1em; } header { margin-bottom: 1em; } -- cgit v1.2.3