mirror of
https://github.com/dap-ps/discover.git
synced 2025-02-07 23:15:09 +00:00
Merge branch 'deployment' of https://github.com/dap-ps/discover into deployment
This commit is contained in:
commit
05c27ccb32
@ -18,18 +18,18 @@
|
|||||||
|
|
||||||
@media (min-width: $desktop) {
|
@media (min-width: $desktop) {
|
||||||
// grid-auto-flow: row;
|
// grid-auto-flow: row;
|
||||||
grid-template-columns: repeat(4, 1fr);
|
grid-template-rows: repeat(4, 1fr);
|
||||||
grid-template-rows: unset;
|
grid-template-columns: unset;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 970px) {
|
@media (min-width: 970px) {
|
||||||
grid-template-rows: repeat(3, 1fr);
|
grid-template-columns: unset;
|
||||||
overflow-x: scroll;
|
grid-template-rows: repeat(4, 1fr);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1300px) {
|
@media (min-width: 1300px) {
|
||||||
grid-template-rows: repeat(3, 1fr);
|
grid-template-columns: unset;
|
||||||
overflow-x: scroll;
|
grid-template-rows: repeat(4, 1fr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -18,18 +18,18 @@
|
|||||||
|
|
||||||
@media (min-width: $desktop) {
|
@media (min-width: $desktop) {
|
||||||
// grid-auto-flow: row;
|
// grid-auto-flow: row;
|
||||||
grid-template-columns: repeat(4, 1fr);
|
grid-template-rows: repeat(4, 1fr);
|
||||||
grid-template-rows: unset;
|
grid-template-columns: unset;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 970px) {
|
@media (min-width: 970px) {
|
||||||
grid-template-rows: repeat(3, 1fr);
|
grid-template-columns: unset;
|
||||||
overflow-x: scroll;
|
grid-template-rows: repeat(4, 1fr);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1300px) {
|
@media (min-width: 1300px) {
|
||||||
grid-template-rows: repeat(3, 1fr);
|
grid-template-columns: unset;
|
||||||
overflow-x: scroll;
|
grid-template-rows: repeat(4, 1fr);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user