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:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user