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; } }