Skip to content

Commit d6e8cdf

Browse files
committed
Grid: Changed min width of parent grid to be smaller
1 parent 2907963 commit d6e8cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/css/v2/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ textarea:not([rows]) {
275275

276276
/* @link https://utopia.fyi/grid/calculator?c=320,16,1.2,1240,18,1.25,5,3,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
277277
--grid-max-width: 69.75rem;
278-
--grid-min-width: 34rem;
278+
--grid-min-width: 22rem;
279279
--grid-gutter: var(--space-s-l, clamp(1rem, 0.4975rem + 2.5126vw, 2.25rem));
280280
--grid-columns: 12;
281281

0 commit comments

Comments
 (0)