save killstats and some interface things #81

Merged
OpzekerIT merged 5 commits from dev into main 2023-11-06 08:58:49 +00:00
Showing only changes of commit 21cb78bddb - Show all commits

View file

@ -70,14 +70,24 @@ header, main, footer {
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
header h1, section h2 {
header h1 {
border-bottom: 1px solid white;
margin-bottom: 10px;
padding-bottom: 5px;
font-family: 'Bungee Spice'
font-family: 'Bungee Spice';
text-align: center; /* Centers the text horizontally */
margin-left: auto;
margin-right: auto;
}
section h2 {
border-bottom: 1px solid white;
margin-bottom: 10px;
padding-bottom: 5px;
font-family: 'Bungee Spice';
}
footer {
text-align: center;
}