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

fixed stats

This commit is contained in:
Fedor Katurov 2022-05-13 17:49:26 +07:00
parent d3ce02e52b
commit 254f9c7af0
5 changed files with 17 additions and 19 deletions

View file

@ -2,12 +2,13 @@
.group {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
grid-template-columns: 1fr 1fr 0.5fr;
grid-column-gap: $gap;
grid-row-gap: $gap;
grid-auto-rows: 140px;
@include tablet {
grid-template-columns: 1fr;
grid-auto-rows: 120px;
}
}