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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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