Уменьшил баннер и временно скрыл плашку

This commit is contained in:
Иван Кузьменко 2025-07-05 05:56:04 +03:00
parent 90406aa5a4
commit 418892b3a4

View file

@ -5,7 +5,7 @@
</script>
<section
class="sticky flex h-screen shrink-0 flex-col items-center justify-center gap-5 overflow-hidden bg-[url('/common/background-day.webp')] bg-cover bg-fixed p-4 dark:bg-[url('/common/background-night.webp')]"
class="flex shrink-0 flex-col items-center justify-center gap-5 overflow-hidden p-4 hero-background"
>
<div class="basis-full"></div>
<div
@ -61,10 +61,12 @@
<h1>SANCTUARY</h1>
</div>
</div>
<div class="flex basis-full flex-col items-center justify-start gap-4">
<div class="flex flex-col items-center justify-start gap-4">
<!--
<div class="flex flex-row gap-2 rounded-2xl bg-amber-950 p-2 text-center text-amber-50 ring-2 shadow">
Сайт находится в разработке. Если эта плашка висит после 1.06.2025 - пинайте Ивана!
</div>
-->
<div class="flex flex-row flex-wrap items-start justify-center gap-4">
<SocialButton class="w-60 shrink-0" href={PUBLIC_TS_DISCORD}>Сообщество</SocialButton>
<SocialButton class="w-60 shrink-0" href="https://github.com/TeaSanctuary/">
@ -138,3 +140,11 @@
</section>
</div>
</section>
<style>
@import "tailwindcss";
.hero-background {
@apply bg-[url('/common/background-day.webp')] dark:bg-[url('/common/background-night.webp')] bg-cover bg-fixed;
}
</style>