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

fix flow hero height

This commit is contained in:
Fedor Katurov 2025-02-06 22:53:11 +07:00
parent f0606a894a
commit 7924c2bdd9

View file

@ -30,7 +30,7 @@ $cols: math.div($content_width, $cell);
min-height: 200px;
@include flow_grid() {
grid-template-rows: 40vh;
grid-template-rows: min(50vh, 33cqw);
}
@include flow_breakpoint(5);