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:
parent
981cbe81d9
commit
592284f438
5 changed files with 24 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue