vendor/assets/stylesheets/_variable.scss in active_frontend-14.0.24 vs vendor/assets/stylesheets/_variable.scss in active_frontend-14.0.25
- old
+ new
@@ -170,12 +170,12 @@
one-half: 50%,
two-thirds: 66.66666%,
three-fourths: 75%
);
$grid-container-widths: (
- l: (calc(100% - 160px), 1360px),
- m: (calc(100% - 80px), 1180px),
- b: (calc(100% - 40px), 960px),
+ l: (calc(100% - 260px), 1360px),
+ m: (calc(100% - 140px), 1180px),
+ b: (calc(100% - 60px), 960px),
s: (calc(100% - 20px), 760px),
null: (100%, null)
);
$grid-row-margins: (
xxxl: 100px,