From 7c3f5bc7555ceaf711cd2d8e7c4a17cbfd2adba5 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 20:38:03 +0000 Subject: [PATCH] -- --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index bab1717..950d09c 100644 --- a/static/style.css +++ b/static/style.css @@ -78,7 +78,7 @@ textarea { overflow-y: scroll; } -@media screen { +@media screen and (max-width: 500px) { #top { height: 5vh; } -- 2.39.5