From 158538c30bf91994992b93ae70f2c14017ad1b7f Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Tue, 28 Feb 2017 10:10:14 +0100 Subject: [PATCH] Removing step function page width --- scipost/static/scipost/assets/config/preconfig.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scipost/static/scipost/assets/config/preconfig.scss b/scipost/static/scipost/assets/config/preconfig.scss index 2575f5300..f42196c54 100644 --- a/scipost/static/scipost/assets/config/preconfig.scss +++ b/scipost/static/scipost/assets/config/preconfig.scss @@ -6,10 +6,10 @@ // $grid-gutter-width-base: 20px; $container-max-widths: ( - sm: 738px, - md: 962px, - lg: 1170px, - xl: 1200px + sm: 768px, + md: 992px, + lg: 1200px, + xl: 1240px ); .row { -- GitLab