From 8499d9cd397b32ed2a6164cdeeb87dedc2e82059 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Tue, 30 Jul 2019 15:24:24 -0400 Subject: [PATCH] don't make front page narrow on large screens --- css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/style.css b/css/style.css index 1292544..f32be95 100644 --- a/css/style.css +++ b/css/style.css @@ -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; } -- 2.25.1