Skip to content

Commit b842f23

Browse files
committed
chore: Remove row-gap property from grid container in modulate.css
1 parent e447c86 commit b842f23

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/modulate.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,6 @@
723723
display: grid;
724724
grid-template-columns: repeat(auto-fit, minmax(var(--autolayout-width), 1fr));
725725
column-gap: var(--column-gap);
726-
row-gap: var(--row-gap);
727726
max-inline-size: 100%;
728727
}
729728
}

0 commit comments

Comments
 (0)