From 8a0db9de1c120aff8d7ce3023b27637004d7cc58 Mon Sep 17 00:00:00 2001 From: robin Date: Wed, 6 Dec 2023 20:24:12 +0000 Subject: [PATCH] SSR --- frontend/src/lib/components/header/mobile.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/lib/components/header/mobile.svelte b/frontend/src/lib/components/header/mobile.svelte index e0a2e76..869a810 100644 --- a/frontend/src/lib/components/header/mobile.svelte +++ b/frontend/src/lib/components/header/mobile.svelte @@ -82,7 +82,6 @@ characterCount = textElement.textContent.length - 1 spaceNeeded = containerWidth - textWidth - console.log(containerWidth, textWidth, characterCount) if (characterCount > 0 && spaceNeeded > 0) { const additionalLetterSpacing = spaceNeeded / characterCount const newLetterSpacing = additionalLetterSpacing