From 1a747aa233d6b86b9f2f288eea4d8312f48d528b Mon Sep 17 00:00:00 2001 From: zepp Date: Wed, 12 Feb 2025 22:36:55 -0500 Subject: [PATCH] shelving mobile layout work for now commented out media query for mobile layout will revisit at a later time --- style/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/style.css b/style/style.css index 5dac142..1af8578 100644 --- a/style/style.css +++ b/style/style.css @@ -213,7 +213,7 @@ section { } } -@media only screen and (max-width: 600px) { +/* @media only screen and (max-width: 600px) { .mobile-header { display: flex; height: 10vh; @@ -270,7 +270,7 @@ section { height: auto; margin: 0; } -} +} */ a { color: var(--link-color);