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

fixed cell heights

This commit is contained in:
Fedor Katurov 2019-10-31 14:12:38 +07:00
parent a3bb364c57
commit 3e1583f0af

View file

@ -13,8 +13,8 @@ $stamp_color: $content_bg;
// grid-auto-rows: $cell; // grid-auto-rows: $cell;
grid-template-columns: repeat(5, 1fr); grid-template-columns: repeat(5, 1fr);
grid-template-rows: 50vh 20vw; grid-template-rows: 50vh $cell;
grid-auto-rows: 20vw; grid-auto-rows: $cell;
grid-auto-flow: row dense; grid-auto-flow: row dense;
grid-column-gap: $gap; grid-column-gap: $gap;