1
0
mirror of https://github.com/dap-ps/discover.git synced 2025-02-12 17:26:31 +00:00

Add horizontal scrolls

This commit is contained in:
Onuwa Nnachi Isaac 2019-07-01 10:04:47 +01:00
parent 10cbbcc633
commit d1aa408c7b
No known key found for this signature in database
GPG Key ID: 831A4177E1A2CEBB
2 changed files with 4 additions and 4 deletions

View File

@ -24,12 +24,12 @@
} }
@media (min-width: 970px) { @media (min-width: 970px) {
grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(3, 1fr);
overflow-x: scroll; overflow-x: scroll;
} }
@media (min-width: 1300px) { @media (min-width: 1300px) {
grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(3, 1fr);
overflow-x: scroll; overflow-x: scroll;
} }
} }

View File

@ -24,12 +24,12 @@
} }
@media (min-width: 970px) { @media (min-width: 970px) {
grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(3, 1fr);
overflow-x: scroll; overflow-x: scroll;
} }
@media (min-width: 1300px) { @media (min-width: 1300px) {
grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(3, 1fr);
overflow-x: scroll; overflow-x: scroll;
} }
} }