From 644f6a4caece25f24f52271d8d84ec1fab9e781b Mon Sep 17 00:00:00 2001 From: J-onasJones Date: Sat, 15 Jun 2024 14:48:56 +0200 Subject: [PATCH] cleaned up code --- src/App.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index 11ac171..68a4440 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -35,7 +35,6 @@
-

Search Value: {searchValue}

@@ -48,6 +47,7 @@ @media (min-width: 640px) { main { max-width: none; + padding-bottom: 20px; } }