From dc9d97a61a7d4d149a998ece64e8e5f8be08ca69 Mon Sep 17 00:00:00 2001
From: Tim Glaser <tglaser@newrelic.com>
Date: Fri, 19 Jun 2020 13:51:54 -0700
Subject: [PATCH] fix(responsive): Stack grids and intro video sooner

---
 src/components/GuideListing/GuideListing.module.scss | 2 +-
 src/pages/index.module.scss                          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/GuideListing/GuideListing.module.scss b/src/components/GuideListing/GuideListing.module.scss
index 925e2705d..ed5fdf350 100644
--- a/src/components/GuideListing/GuideListing.module.scss
+++ b/src/components/GuideListing/GuideListing.module.scss
@@ -29,7 +29,7 @@
   align-items: stretch;
   width: 100%;
 
-  @media (max-width: 840px) {
+  @media (max-width: 1180px) {
     grid-template-columns: 1fr;
   }
 }
diff --git a/src/pages/index.module.scss b/src/pages/index.module.scss
index 19b704550..4d0a84861 100644
--- a/src/pages/index.module.scss
+++ b/src/pages/index.module.scss
@@ -9,7 +9,7 @@
   justify-content: space-between;
   margin: 2rem auto;
 
-  @media (max-width: 760px) {
+  @media (max-width: 1080px) {
     flex-direction: column;
   }