h2 center

This commit is contained in:
Thijs Stobbelaar 2023-11-06 09:28:02 +01:00
parent f5e6a90bfd
commit 2b5fa68257

View file

@ -85,9 +85,13 @@ section h2 {
margin-bottom: 10px; margin-bottom: 10px;
padding-bottom: 5px; padding-bottom: 5px;
font-family: 'Bungee Spice'; font-family: 'Bungee Spice';
text-align: center; /* Centers the text horizontally */
margin-left: auto;
margin-right: auto;
} }
footer { footer {
text-align: center; text-align: center;
} }