mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Remove the xxxl and xxxxl container max widths rather than setting them to almost the same
This commit is contained in:
parent
20c2d9fb47
commit
35b8cdd169
1 changed files with 1 additions and 3 deletions
4
resources/sass/_var.scss
vendored
4
resources/sass/_var.scss
vendored
|
@ -19,9 +19,7 @@ $container-max-widths: (
|
||||||
md: pxrem(720),
|
md: pxrem(720),
|
||||||
lg: pxrem(960),
|
lg: pxrem(960),
|
||||||
xl: pxrem(1140),
|
xl: pxrem(1140),
|
||||||
xxl: pxrem(1540),
|
xxl: pxrem(1540)
|
||||||
xxxl: pxrem(1540),
|
|
||||||
xxxxl: pxrem(1540)
|
|
||||||
);
|
);
|
||||||
|
|
||||||
// Colours
|
// Colours
|
||||||
|
|
Loading…
Reference in a new issue