1
0
forked from icd/mt940-mbank-ts

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