From cdefef46daab3217cada3693523bfbed588a11e2 Mon Sep 17 00:00:00 2001 From: Lanta Date: Mon, 6 Nov 2023 09:28:02 +0100 Subject: [PATCH] h2 center --- includes/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes/styles.css b/includes/styles.css index ddd46dc..794135a 100644 --- a/includes/styles.css +++ b/includes/styles.css @@ -85,9 +85,13 @@ section h2 { margin-bottom: 10px; padding-bottom: 5px; font-family: 'Bungee Spice'; + text-align: center; /* Centers the text horizontally */ + margin-left: auto; + margin-right: auto; } + footer { text-align: center; }