mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
fixed cell heights
This commit is contained in:
parent
a3bb364c57
commit
3e1583f0af
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ $stamp_color: $content_bg;
|
|||
// grid-auto-rows: $cell;
|
||||
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
grid-template-rows: 50vh 20vw;
|
||||
grid-auto-rows: 20vw;
|
||||
grid-template-rows: 50vh $cell;
|
||||
grid-auto-rows: $cell;
|
||||
|
||||
grid-auto-flow: row dense;
|
||||
grid-column-gap: $gap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue