mirror of
https://github.com/apricote/ein-pfeil-am-rechten-fleck.de.git
synced 2026-01-13 13:01:02 +00:00
fix: last minute style optimizations & youtube link
This commit is contained in:
parent
8d06a7b585
commit
fe358dbf36
4 changed files with 7 additions and 5 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
@layer base {
|
||||
html {
|
||||
@apply bg-cocoa-brown text-yellow-300 text-center scroll-smooth;
|
||||
@apply bg-cocoa-brown text-yellow-300 text-center scroll-smooth leading-relaxed;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,6 @@
|
|||
export let href: string;
|
||||
</script>
|
||||
|
||||
<a class="p-4 m-4 underline text-lg" target="_blank" {href}>
|
||||
<a class="p-4 m-2 underline text-lg" target="_blank" {href}>
|
||||
<slot />
|
||||
</a>
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
<div class="flex items-center justify-center">
|
||||
<div class="max-w-screen-md">
|
||||
<h1 class="font-vinque text-6xl mt-4">
|
||||
<h1 class="font-vinque text-6xl mt-4 leading-normal">
|
||||
Ein <span class="text-[4rem] relative bottom-2">P</span>feil am rechten
|
||||
<span class="text-red"
|
||||
><span class="text-[4rem] relative bottom-2">F</span>leck</span
|
||||
|
|
|
|||
|
|
@ -57,8 +57,10 @@
|
|||
<H2>Jetzt anhören</H2>
|
||||
|
||||
<p class="my-8 flex items-center flex-col justify-center md:flex-row">
|
||||
<a class="p-4 m-4 underline text-lg" href="#download">Auf YouTube</a><br />
|
||||
<a class="p-4 m-4 underline text-lg" href="#download">Zum Herunterladen</a>
|
||||
<a class="p-4 m-2 underline text-lg" href="https://youtu.be/gzLAarEAbRI"
|
||||
>Auf YouTube</a
|
||||
><br />
|
||||
<a class="p-4 m-2 underline text-lg" href="#download">Zum Herunterladen</a>
|
||||
</p>
|
||||
|
||||
<Divider />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue