Browse Source

No max-width on header

Miraty 2 years ago
parent
commit
6eb317c4ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      css/main.css

+ 1 - 1
css/main.css

@@ -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;