diff --git a/src/app.css b/src/app.css index 06dd7c0..b80ef25 100644 --- a/src/app.css +++ b/src/app.css @@ -26,11 +26,15 @@ src: url('/fonts/Disket-Mono-Bold.ttf'); } -.no-x-scroll { - max-width: 100%; - overflow-x: hidden; -} +.hero { + @apply bg-[url('/common/background-day.webp')] dark:bg-[url('/common/background-night.webp')] bg-cover bg-fixed text-slate-50; + text-shadow: 0 0 15px rgba(0, 0, 0, 0.25); -.hero-background { - @apply bg-[url('/common/background-day.webp')] dark:bg-[url('/common/background-night.webp')] bg-cover bg-fixed; + h1 { + @apply font-disket text-4xl font-bold sm:text-6xl md:text-8xl; + } + + h2 { + @apply font-sans text-xl font-bold sm:text-2xl md:text-4xl; + } } \ No newline at end of file diff --git a/src/routes/+error.svelte b/src/routes/+error.svelte index 0f5e7ab..58bd3e5 100644 --- a/src/routes/+error.svelte +++ b/src/routes/+error.svelte @@ -7,7 +7,7 @@
diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 8940785..606b8a5 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -9,7 +9,7 @@

TEA

SANCTUARY

diff --git a/src/routes/blog/+page.svelte b/src/routes/blog/+page.svelte index 36fb6b9..4ccf7ce 100644 --- a/src/routes/blog/+page.svelte +++ b/src/routes/blog/+page.svelte @@ -3,7 +3,7 @@