From 3a07259ebcc09c9ddd214aa957cced07d4b52f49 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Thu, 9 Nov 2023 21:17:25 +0100 Subject: [PATCH] Quick style fix --- assets/css/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/index.css b/assets/css/index.css index c43fc1b..ac41c31 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -16,6 +16,10 @@ section { font-size: 1.75rem; } + main p { + margin-bottom: 1rem; + } + section { margin-bottom: 2rem; }