mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Set the same container max width for xxl xxxl and xxxxl since the last two will be bumped up by the font-size
This commit is contained in:
parent
9924246966
commit
20c2d9fb47
1 changed files with 2 additions and 2 deletions
4
resources/sass/_var.scss
vendored
4
resources/sass/_var.scss
vendored
|
@ -20,8 +20,8 @@ $container-max-widths: (
|
|||
lg: pxrem(960),
|
||||
xl: pxrem(1140),
|
||||
xxl: pxrem(1540),
|
||||
xxxl: pxrem(1733),
|
||||
xxxxl: pxrem(1925)
|
||||
xxxl: pxrem(1540),
|
||||
xxxxl: pxrem(1540)
|
||||
);
|
||||
|
||||
// Colours
|
||||
|
|
Loading…
Reference in a new issue