mobile design until Media section

This commit is contained in:
2026-06-17 14:13:15 +02:00
parent 103d2be218
commit e4f51ed01e
43 changed files with 525 additions and 343 deletions
+11
View File
@@ -0,0 +1,11 @@
<div
class="h-[calc(100dvh-76px)] flex flex-col justify-center items-center px-5 gap-6 bg-[#EAEFFA]">
<img src="/images/cover_logo.png" class="w-6/12" alt="EJC2026 logo" />
<div
class="text-ejc-dark text-2xl xs:text-[30px] font-extrabold leading-[130%] text-center">
2026 European Junior<br />Championships
</div>
<div class="text-center text-ejc-orange font-bold text-[16px]">
18-27 Augustus 2026
</div>
</div>