1
0
mirror of https://github.com/google/nomulus synced 2026-01-08 07:11:44 +00:00

Allow homepage widgets to rearrange on mobile (#2135)

This commit is contained in:
Pavlo Tkach
2023-09-05 20:45:13 -04:00
committed by GitHub
parent 1929654f8c
commit 335af52112

View File

@@ -20,6 +20,7 @@
display: grid;
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
grid-gap: 20px;
grid-auto-flow: dense;
mat-card {
height: 100%;