From 3181928bb47d2279ac8631abc6c5301093a630ea Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Fri, 14 Feb 2025 21:13:51 -0500 Subject: [PATCH] [F] fix margin --- src/App.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index 0e83aaf..7422a7d 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -178,7 +178,7 @@ background-clip: text // text-shadow: rgba(255, 255, 255, .7) 0 3px 6px text-shadow: rgba(255, 255, 255, .5) 0 3px 6px - margin-bottom: 0 + margin: 0 overflow: hidden white-space: nowrap