From 9446a80452f12bf55c6a91f0c5319cd36327d91e Mon Sep 17 00:00:00 2001 From: Josh Ashton Date: Sun, 13 Apr 2025 11:54:13 -0600 Subject: [PATCH] minor fix on mobile --- css/light.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/css/light.css b/css/light.css index b043d1a..d214767 100644 --- a/css/light.css +++ b/css/light.css @@ -109,3 +109,10 @@ textarea { .user_actions { border: 3px solid black; } + +@media screen and (max-width: 992px) { + nav { + border-bottom: none; + border-top: 3px solid black; + } +}