From f1c50b75e2d526f756f61796fd3dd3918d06fe91 Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Wed, 17 Aug 2022 21:57:06 +0100 Subject: [PATCH] Fix main tag. --- base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/base.css b/base.css index b9b5380..e76ec62 100644 --- a/base.css +++ b/base.css @@ -16,6 +16,7 @@ Under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 Internati white-space: nowrap; } main{ + display: block; padding-top: 70px; padding-left: 6px; }