浏览代码

No max-width on header

Miraty 2 年之前
父节点
当前提交
6eb317c4ef
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;