mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Use pxrem for container max widths
This commit is contained in:
parent
53e9abaa4a
commit
0e8e063f48
1 changed files with 5 additions and 5 deletions
10
resources/assets/sass/_var.scss
vendored
10
resources/assets/sass/_var.scss
vendored
|
@ -13,11 +13,11 @@ $grid-breakpoints: (
|
|||
);
|
||||
|
||||
$container-max-widths: (
|
||||
sm: 540px,
|
||||
md: 720px,
|
||||
lg: 960px,
|
||||
xl: 1140px,
|
||||
xxl: 1540px
|
||||
sm: pxrem(540px),
|
||||
md: pxrem(720px),
|
||||
lg: pxrem(960px),
|
||||
xl: pxrem(1140px),
|
||||
xxl: pxrem(1540px)
|
||||
);
|
||||
|
||||
// Colours
|
||||
|
|
Loading…
Reference in a new issue