mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed flow cell sizes
This commit is contained in:
parent
489094f6fe
commit
d89d016f22
1 changed files with 2 additions and 3 deletions
|
@ -221,7 +221,6 @@
|
||||||
// 2 cells
|
// 2 cells
|
||||||
@media (max-width: $cell * 3 + $gap * 2 + 55) {
|
@media (max-width: $cell * 3 + $gap * 2 + 55) {
|
||||||
grid-auto-rows: calc(50vw - 40px);
|
grid-auto-rows: calc(50vw - 40px);
|
||||||
background: yellow;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// < 870px
|
// < 870px
|
||||||
|
@ -238,8 +237,8 @@
|
||||||
// < 520px
|
// < 520px
|
||||||
@media (max-width: $cell_mobile) {
|
@media (max-width: $cell_mobile) {
|
||||||
grid-template-columns: repeat(auto-fill, minmax(calc(50vw - 20px), 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(calc(50vw - 20px), 1fr));
|
||||||
grid-template-rows: calc(100vw - 10px) auto calc(50vw - 10px);
|
grid-template-rows: calc(100vw - 10px) auto;
|
||||||
background: green;
|
grid-auto-rows: calc(50vw - 10px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue