No max-width on header
This commit is contained in:
parent
8565ecdc22
commit
6eb317c4ef
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ h3 {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
header, main > *:not(pre, form), form > *:not(textarea), footer {
|
main > *:not(pre, form), form > *:not(textarea), footer {
|
||||||
max-width: 40rem;
|
max-width: 40rem;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
|
Loading…
Reference in a new issue