feat: center header and footer

This commit is contained in:
Mateusz 2025-08-12 13:19:47 +02:00
parent 77d3e1d01a
commit af90629c56

View File

@ -43,6 +43,7 @@ header,
footer {
max-width: unset !important;
background-color: black;
text-align: center;
}
header section h1,
@ -64,11 +65,6 @@ main {
flex: 1;
}
header section {
text-align: center;
color: white;
}
#icd-logo {
height: 48px;
aspect-ratio: 1200/319;