mirror of
https://github.com/google/nomulus.git
synced 2025-07-26 04:28:34 +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;
|
display: grid;
|
||||||
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
|
||||||
grid-gap: 20px;
|
grid-gap: 20px;
|
||||||
|
grid-auto-flow: dense;
|
||||||
|
|
||||||
mat-card {
|
mat-card {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue