SSR
All checks were successful
deploy to production / deploy (push) Successful in 1m4s

This commit is contained in:
2023-12-06 20:28:21 +00:00
parent 8a0db9de1c
commit a708f5f1a5

View File

@@ -58,10 +58,6 @@
textElement.style.letterSpacing = `${letterSpacing}px` textElement.style.letterSpacing = `${letterSpacing}px`
}*/ }*/
} }
if (typeof window !== "undefined") {
window.addEventListener("resize", stretchText)
}
onMount(stretchText)
</script> </script>
<!-- svelte-ignore a11y-mouse-events-have-key-events --> <!-- svelte-ignore a11y-mouse-events-have-key-events -->
@@ -84,6 +80,7 @@
clearTimeout(hoverTimeout) clearTimeout(hoverTimeout)
}}" }}"
> >
test2
<button <button
class="logo-container" class="logo-container"
on:click="{() => { on:click="{() => {
@@ -96,17 +93,20 @@
$refresh = !$refresh $refresh = !$refresh
}}" }}"
> >was das
<button class="img-logo-container"> <div>
<img src="/media/MädchenmitBlume.svg" alt="logo" /> test
</button> <button class="img-logo-container">
<div class="logo-text" id="logo-containerpc"> <img src="/media/MädchenmitBlume.svg" alt="logo" />
<div id="upperpc">all kids</div> </button>
<div id="lowerpc">SO GÜNSTIG WIE NACHHALTIG</div> <div class="logo-text" id="logo-containerpc">
<div id="upperpc">all kids</div>
<div id="lowerpc">SO GÜNSTIG WIE NACHHALTIG</div>
</div>
<button class="img-logo-container">
<img src="/media/Radfahrer.svg" alt="logo" />
</button>
</div> </div>
<button class="img-logo-container">
<img src="/media/Radfahrer.svg" alt="logo" />
</button>
</button> </button>
<ul class="menuitem-container"> <ul class="menuitem-container">
{#if $navigation?.elemente} {#if $navigation?.elemente}