From 773af406d8fc7284fdaccadc117b8ca8eaedf8e9 Mon Sep 17 00:00:00 2001 From: "Jocelyn Badgley (Twipped)" Date: Tue, 22 Feb 2022 11:27:53 -0800 Subject: [PATCH] Revert "Fixing the definitions vanishing at certain breakpoints" This reverts commit 9005f1533122bff6e1dd84264a6961d9402ad338. --- scss/_gutter.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_gutter.scss b/scss/_gutter.scss index 6de381a..77c1bfc 100644 --- a/scss/_gutter.scss +++ b/scss/_gutter.scss @@ -3,6 +3,7 @@ @media screen and (min-width: 800px) { position: relative; + height: 0; left: calc(100% + 1em); width: 400px; padding: 0 1em;