From c878862730d15679a7c46ed8cc624b9d4874dd65 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Wed, 4 Jan 2023 13:14:08 +0100 Subject: [PATCH] Remove `xxl` container width --- app/assets/stylesheets/_variables.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/_variables.scss b/app/assets/stylesheets/_variables.scss index 8123a8ba..2844c14a 100644 --- a/app/assets/stylesheets/_variables.scss +++ b/app/assets/stylesheets/_variables.scss @@ -34,6 +34,10 @@ $rs-theme-colors: ( $theme-colors: map-merge($theme-colors, $rs-theme-colors); +// Container overrides for Bootstrap + +$container-max-widths: map-remove($container-max-widths, xxl); + // Cards $card-border-width: 0;