mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-18 20:26:01 +01:00
Remove xxl
container width
This commit is contained in:
parent
99085f1836
commit
c878862730
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue