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
@@ -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%;