Remove `xxl` container width

This commit is contained in:
Andreas Nedbal 2023-01-04 13:14:08 +01:00 committed by Andreas Nedbal
parent 99085f1836
commit c878862730
1 changed files with 4 additions and 0 deletions

View File

@ -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;