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:
parent
2c39fcda25
commit
489094f6fe
2 changed files with 24 additions and 13 deletions
|
@ -22,7 +22,7 @@ $cols: math.div($content_width, $cell);
|
|||
}
|
||||
|
||||
.grid {
|
||||
grid-template-rows: 50vh $cell;
|
||||
grid-template-rows: 50vh;
|
||||
|
||||
@include flow_grid;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue