1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed mobile layout on boris stats

This commit is contained in:
Fedor Katurov 2022-04-01 17:46:00 +07:00
parent 981cbe81d9
commit 592284f438
5 changed files with 24 additions and 7 deletions

View file

@ -5,8 +5,9 @@
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-column-gap: $gap;
grid-row-gap: $gap;
}
grid-auto-rows: 140px;
.card {
height: 150px;
@include tablet {
grid-auto-rows: 120px;
}
}