No max-width on header

This commit is contained in:
Miraty 2023-01-21 04:17:38 +01:00
parent 8565ecdc22
commit 6eb317c4ef
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ h3 {
font-size: 1.1rem;
}
header, main > *:not(pre, form), form > *:not(textarea), footer {
main > *:not(pre, form), form > *:not(textarea), footer {
max-width: 40rem;
margin-left: auto;
margin-right: auto;