Admin: improve dashcounters mobile styles

This commit is contained in:
Alex Gleason 2020-12-30 00:53:36 -06:00
parent f26f26d4bb
commit ef74f8ec69
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -1,6 +1,6 @@
.dashcounters {
display: flex;
flex-wrap: wrap;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
margin: 0 -5px 0;
padding: 20px;
}