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

#35 fixed appearance on mobiles

This commit is contained in:
Fedor Katurov 2021-03-06 18:45:49 +07:00
parent ad16c09441
commit f014e0b51e
2 changed files with 2 additions and 1 deletions

View file

@ -47,6 +47,7 @@
@include tablet { @include tablet {
padding-bottom: 0; padding-bottom: 0;
padding-top: 0;
transform: translate(0, 0); transform: translate(0, 0);
} }
} }

View file

@ -16,7 +16,7 @@
grid-row-gap: $gap; grid-row-gap: $gap;
@include tablet { @include tablet {
grid-template-columns: repeat(6, 1fr); grid-template-columns: repeat(3, 1fr);
} }
} }