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

updated flow appearance

This commit is contained in:
Fedor Katurov 2019-10-23 15:53:04 +07:00
parent 1d40eca79e
commit 3d2e2a6f99
3 changed files with 22 additions and 0 deletions

View file

@ -14,6 +14,10 @@ $cols: $content_width / $cell;
grid-column-gap: $grid_line;
grid-row-gap: $grid_line;
@include tablet {
padding: 0 $gap;
}
@media (max-width: $cell * 6) {
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 40vh 20vw;