mirror of
https://github.com/dap-ps/discover.git
synced 2025-01-31 19:45:53 +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) {
|
||||
// grid-auto-flow: row;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-template-rows: unset;
|
||||
grid-template-rows: repeat(4, 1fr);
|
||||
grid-template-columns: unset;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
@media (min-width: 970px) {
|
||||
grid-template-rows: repeat(3, 1fr);
|
||||
overflow-x: scroll;
|
||||
grid-template-columns: unset;
|
||||
grid-template-rows: repeat(4, 1fr);
|
||||
}
|
||||
|
||||
@media (min-width: 1300px) {
|
||||
grid-template-rows: repeat(3, 1fr);
|
||||
overflow-x: scroll;
|
||||
grid-template-columns: unset;
|
||||
grid-template-rows: repeat(4, 1fr);
|
||||
}
|
||||
}
|
||||
|
@ -18,18 +18,18 @@
|
||||
|
||||
@media (min-width: $desktop) {
|
||||
// grid-auto-flow: row;
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-template-rows: unset;
|
||||
grid-template-rows: repeat(4, 1fr);
|
||||
grid-template-columns: unset;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
@media (min-width: 970px) {
|
||||
grid-template-rows: repeat(3, 1fr);
|
||||
overflow-x: scroll;
|
||||
grid-template-columns: unset;
|
||||
grid-template-rows: repeat(4, 1fr);
|
||||
}
|
||||
|
||||
@media (min-width: 1300px) {
|
||||
grid-template-rows: repeat(3, 1fr);
|
||||
overflow-x: scroll;
|
||||
grid-template-columns: unset;
|
||||
grid-template-rows: repeat(4, 1fr);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user