mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
updated flow appearance
This commit is contained in:
parent
1d40eca79e
commit
3d2e2a6f99
3 changed files with 22 additions and 0 deletions
|
@ -14,6 +14,10 @@ $cols: $content_width / $cell;
|
|||
grid-column-gap: $grid_line;
|
||||
grid-row-gap: $grid_line;
|
||||
|
||||
@include tablet {
|
||||
padding: 0 $gap;
|
||||
}
|
||||
|
||||
@media (max-width: $cell * 6) {
|
||||
grid-template-columns: repeat(5, 1fr);
|
||||
grid-template-rows: 40vh 20vw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue