From 1dc1323628c7bd7c4e3afd49f4e9a9de306ddfd5 Mon Sep 17 00:00:00 2001 From: Oliver Burgmaier Date: Fri, 19 Apr 2024 15:48:44 +0200 Subject: [PATCH] smaller padding as of tree layout --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index 38e07b5..bbcecbc 100644 --- a/index.css +++ b/index.css @@ -84,7 +84,7 @@ header { #main-page { background-color: var(--main-bg-color); border: 0px; - padding: 15px; + padding: 5px; } #main-page > div { position: relative;