mirror of
https://github.com/dap-ps/discover.git
synced 2025-02-07 23:15:09 +00:00
Add horizontal scrolls
This commit is contained in:
parent
10cbbcc633
commit
d1aa408c7b
@ -24,12 +24,12 @@
|
||||
}
|
||||
|
||||
@media (min-width: 970px) {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-template-rows: repeat(3, 1fr);
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
@media (min-width: 1300px) {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-template-rows: repeat(3, 1fr);
|
||||
overflow-x: scroll;
|
||||
}
|
||||
}
|
||||
|
@ -24,12 +24,12 @@
|
||||
}
|
||||
|
||||
@media (min-width: 970px) {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-template-rows: repeat(3, 1fr);
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
@media (min-width: 1300px) {
|
||||
grid-template-columns: repeat(4, 1fr);
|
||||
grid-template-rows: repeat(3, 1fr);
|
||||
overflow-x: scroll;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user