Sfoglia il codice sorgente

No max-width on header

Miraty 2 anni fa
parent
commit
6eb317c4ef
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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;