From b2f75ffda76e645e239ad5df61bc8c0d3e24b6ed Mon Sep 17 00:00:00 2001 From: thomasrosen Date: Mon, 21 Nov 2022 16:40:02 +0100 Subject: [PATCH] Update index.css --- frontend/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/index.css b/frontend/index.css index 5b22dac..cf94040 100644 --- a/frontend/index.css +++ b/frontend/index.css @@ -107,7 +107,7 @@ a:hover { width: var(--page-width); max-width: calc(100% - 64px); margin: 0 auto; - padding: 0 0 64px 0; + padding: 64px 0; } section {