From f9f998af652e744fcb0e2c3d4accd6fad5f17e65 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Wed, 3 Aug 2016 18:35:41 +0200 Subject: [PATCH] Default theme: Fix default container width --- themes/default/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/themes/default/style.css b/themes/default/style.css index df99720..0c1aa24 100644 --- a/themes/default/style.css +++ b/themes/default/style.css @@ -52,11 +52,10 @@ body { display: flex; flex-direction: column; } } .container { - max-width: 47em; + max-width: 48em; padding: 0 0.5em; margin: 0 auto; } - .widescreen .container { max-width: 72em; } /* very ugly overflow fix, avoid this whenever possible! */