Make main grid slightly more parametrized
This commit is contained in:
parent
4b6010664c
commit
9ae8fb7223
@ -48,8 +48,9 @@ body {
|
|||||||
2
|
2
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
--bleed-outer-target-width: 150px;
|
||||||
--bleed-outer-width: min(
|
--bleed-outer-width: min(
|
||||||
150px,
|
var(--bleed-outer-target-width),
|
||||||
max(
|
max(
|
||||||
0px,
|
0px,
|
||||||
calc(
|
calc(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user