From 55c507dbda829f126d6e140f2d6b12e80793f6b0 Mon Sep 17 00:00:00 2001 From: Cayla Hamann Date: Fri, 26 Jun 2020 17:36:33 -0400 Subject: [PATCH] feat: remove github and edit button from global nav --- src/components/GlobalHeader.module.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/GlobalHeader.module.scss b/src/components/GlobalHeader.module.scss index 29a38a42d..c7fa1b662 100644 --- a/src/components/GlobalHeader.module.scss +++ b/src/components/GlobalHeader.module.scss @@ -75,6 +75,9 @@ display: flex; list-style-type: none; align-items: center; + @media (max-width: 600px) { + display: none; + } } .rightSideButton {