Dev #120

Merged
gr00tie merged 17 commits from dev into main 2023-11-15 21:34:08 +00:00
Showing only changes of commit a8ce3b489f - Show all commits

View file

@ -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;
}