start working on the cover

This commit is contained in:
2026-06-19 16:47:27 +02:00
parent b045dc5608
commit 9a9bbe33c0
+10 -8
View File
@@ -1,11 +1,13 @@
<div <div
class="h-[calc(100dvh-76px)] flex flex-col justify-center items-center px-5 gap-6 bg-[#EAEFFA]"> class="h-[calc(100dvh-76px)] flex flex-col justify-center items-center px-5 gap-6 bg-[#EAEFFA] md:flex-row md:justify-around">
<img src="/images/cover_logo.png" class="w-6/12" alt="EJC2026 logo" /> <img src="/images/cover_logo.png" class="w-6/12 md:order-last md:max-h-[268px] md:w-auto" alt="EJC2026 logo" />
<div <div class="flex flex-col justify-center items-center gap-6 md:gap-7.5">
class="text-ejc-dark text-2xl xs:text-[30px] font-extrabold leading-[130%] text-center"> <div
2026 European Junior<br />Championships class="text-ejc-dark text-2xl xs:text-[30px] font-extrabold leading-[130%] text-center md:text-left md:text-[60px] md:text-white">
</div> 2026 European Junior<br />Championships
<div class="text-center text-ejc-orange font-bold text-[16px]"> </div>
18-27 Augustus 2026 <div class="text-center text-ejc-orange font-bold text-[16px]">
18-27 Augustus 2026
</div>
</div> </div>
</div> </div>