From 20b6e954df761c6da6025427d42a2f2caf4ced52 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sat, 17 May 2025 20:38:42 +0000 Subject: [PATCH] -- --- static/style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/static/style.css b/static/style.css index 950d09c..23c6805 100644 --- a/static/style.css +++ b/static/style.css @@ -19,7 +19,6 @@ textarea { } #top { - height: 23vh; } #title { @@ -78,8 +77,3 @@ textarea { overflow-y: scroll; } -@media screen and (max-width: 500px) { - #top { - height: 5vh; - } -} -- 2.39.5