mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fix flow hero height
This commit is contained in:
parent
f0606a894a
commit
7924c2bdd9
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue