Skip to content

Commit

Permalink
fix(responsive): Stack grids and intro video sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
timglaser committed Jun 19, 2020
1 parent 571aef6 commit dc9d97a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/GuideListing/GuideListing.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
align-items: stretch;
width: 100%;

@media (max-width: 840px) {
@media (max-width: 1180px) {
grid-template-columns: 1fr;
}
}
2 changes: 1 addition & 1 deletion src/pages/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
justify-content: space-between;
margin: 2rem auto;

@media (max-width: 760px) {
@media (max-width: 1080px) {
flex-direction: column;
}

Expand Down

0 comments on commit dc9d97a

Please sign in to comment.