From a8ce3b489f1af9e7e5ad7cbf25f23f4e7da79807 Mon Sep 17 00:00:00 2001 From: gr00tie Date: Wed, 15 Nov 2023 22:14:17 +0100 Subject: [PATCH] Update styles.css --- includes/styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/includes/styles.css b/includes/styles.css index 8de81ff..341aeb4 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -71,7 +71,7 @@ header, main, footer { min-width: 800px; margin: 5px auto; padding: 10px; - border: 1px solid rgb(255, 255, 255); + /*border: 1px solid rgb(255, 255, 255);*/ border-radius: 10px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); } @@ -87,13 +87,14 @@ header h1 { } section h2 { - border-bottom: 1px solid white; margin-bottom: 10px; padding-bottom: 5px; font-family: 'Bungee Spice'; text-align: center; /* Centers the text horizontally */ margin-left: auto; margin-right: auto; + margin-top: 40px; + margin-bottom: 30px; }