From 03f3dc8f381a78449245656b0d93a1a44d76d059 Mon Sep 17 00:00:00 2001 From: jenniferylee Date: Tue, 13 Feb 2024 14:51:10 -0800 Subject: [PATCH] Remove button text only on mobile --- src/styles/NavButtons.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/NavButtons.scss b/src/styles/NavButtons.scss index 95cd59b1..5073a4c7 100644 --- a/src/styles/NavButtons.scss +++ b/src/styles/NavButtons.scss @@ -27,7 +27,7 @@ $header-height: 8vh; position: relative; top: 2px; @media screen and (max-width: 768px) { - display: none; + display: none; } } @@ -56,7 +56,7 @@ $header-height: 8vh; top: 2px; // Hide buttons on mobile screens @media screen and (max-width: 768px) { - display: none; + display: none; } }