From a4e70f6b352a421b379c73310ebbbab418c3f1e1 Mon Sep 17 00:00:00 2001 From: Jochen Kupperschmidt Date: Sun, 19 May 2024 02:16:13 +0200 Subject: [PATCH] Tweak web layout --- src/templates/index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/templates/index.html b/src/templates/index.html index 4e5a315..0674f88 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -14,11 +14,9 @@ color: #fff; font-family: sans-serif; font-size: 16px; - } - - main { - margin: 4rem auto; + margin: 0 auto; max-width: 768px; + padding: 1.5rem 1rem; } h1 { @@ -26,6 +24,7 @@ font-weight: normal; line-height: 1.2; margin-bottom: 0.5rem; + margin-top: 0; } .roles-count {