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

fixed flow cell sizes

This commit is contained in:
Fedor Katurov 2022-06-20 17:22:16 +07:00
parent 2c39fcda25
commit 489094f6fe
2 changed files with 24 additions and 13 deletions

View file

@ -22,7 +22,7 @@ $cols: math.div($content_width, $cell);
}
.grid {
grid-template-rows: 50vh $cell;
grid-template-rows: 50vh;
@include flow_grid;
}