From d59003a8b0dc24d752d2df94c40fb4f130890700 Mon Sep 17 00:00:00 2001 From: imgurbot12 Date: Wed, 10 Jul 2024 17:44:18 -0700 Subject: [PATCH] fix: improper overflow due to css margin --- themes/launchpad.css | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/launchpad.css b/themes/launchpad.css index d7d4774..94cb971 100644 --- a/themes/launchpad.css +++ b/themes/launchpad.css @@ -38,7 +38,6 @@ input::placeholder { } .results { - margin: 5vh; height: 90vh; display: flex; flex-wrap: wrap;