From be8f640641d08b86da04c6563cc95e3abe582647 Mon Sep 17 00:00:00 2001 From: Kevin Amstutz Date: Wed, 24 Nov 2021 09:42:50 -0500 Subject: [PATCH] Update screen sizes --- src/css/header.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/header.css b/src/css/header.css index 6ba6090..88a6030 100644 --- a/src/css/header.css +++ b/src/css/header.css @@ -146,7 +146,7 @@ body { white-space: nowrap; } -@media screen and (max-width: 480px) and (min-width: 320px) { +@media screen and (max-width: 523px) and (min-width: 320px) { .navbar-item.logo-large { display: none !important; } @@ -178,7 +178,7 @@ body { } } -@media screen and (max-width: 1023.5px) and (min-width: 481px) { +@media screen and (max-width: 1023.5px) and (min-width: 524px) { .navbar-item.logo-small { display: none !important; }