reduce thirds layout max value
This commit is contained in:
parent
890631154e
commit
de8063e1af
1 changed files with 1 additions and 1 deletions
|
|
@ -35,5 +35,5 @@ to change how empty grid tracks are handled */
|
|||
|
||||
.grid[data-layout='thirds'] {
|
||||
--grid-placement: auto-fit;
|
||||
--grid-min-item-size: clamp(16rem, 33%, 30rem);
|
||||
--grid-min-item-size: clamp(16rem, 33%, 20rem);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue