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