mirror of
https://github.com/google/nomulus.git
synced 2025-07-25 12:08:36 +02:00
Allow homepage widgets to rearrange on mobile (#2135)
This commit is contained in:
parent
1929654f8c
commit
335af52112
1 changed files with 1 additions and 0 deletions
|
@ -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%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue