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