This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user