From cf8484189343830e8d2b5ed619fb44ecd5f908c5 Mon Sep 17 00:00:00 2001 From: Agate Berriot Date: Tue, 27 Sep 2022 08:47:40 +0200 Subject: [PATCH 2/3] mnhn: increased content width (#69588) --- static/mnhn/_vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/mnhn/_vars.scss b/static/mnhn/_vars.scss index 1d0d4043..ffe95da2 100644 --- a/static/mnhn/_vars.scss +++ b/static/mnhn/_vars.scss @@ -30,7 +30,7 @@ $fz-small: 14em / $base-font; $fz-xsmall: 12em / $base-font;; $fz-xxsmall: 11em / $base-font;; -$width: 890px; +$width: 1100px; $link-color: $carbon; $link-decoration: none; $link-hover-decoration: none; -- 2.37.2