don't make front page narrow on large screens
authorAndrew Engelbrecht <andrew@fsf.org>
Tue, 30 Jul 2019 19:24:24 +0000 (15:24 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Tue, 30 Jul 2019 19:24:24 +0000 (15:24 -0400)
css/style.css

index 129254477ea9f4796b66372fff0a815c6d644016..f32be95ab3708cb35337d1799454d0e58aae66a4 100644 (file)
@@ -522,6 +522,12 @@ a { transition: 0.3s; }
   margin: 0 auto;
 }
 
+/* don't apply above max-width rule to main page */
+.path-frontpage .page-header,
+.path-frontpage .region-content {
+  max-width: 2000px; /* high number beyond the max */
+}
+
 .page-node-type-page .page-header {
   margin-bottom: 20px;
 }