mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-23 21:34:21 +00:00
Adjust sponsor sizes and pos, mini-tour fixes
This commit is contained in:
BIN
public/sponsors/nt.png
Normal file
BIN
public/sponsors/nt.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 533 KiB |
@@ -135,7 +135,7 @@ export default async function Tourney({
|
|||||||
alt={tournament.name}
|
alt={tournament.name}
|
||||||
width={400}
|
width={400}
|
||||||
height={300}
|
height={300}
|
||||||
className={`border-10 border-[#00A3E0] bg-black object-cover w-full aspect-video -skew-x-2 md:-skew-x-5 ${
|
className={`outline-10 outline-[#007CAB] bg-black object-cover w-full aspect-video -skew-x-2 md:-skew-x-5 ${
|
||||||
tournament.objectPosition || "object-center"
|
tournament.objectPosition || "object-center"
|
||||||
}`}
|
}`}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ export default function Sponsors({ showTitle = true, className = "" }: SponsorsP
|
|||||||
{t("home.sections.poweredBy")}
|
{t("home.sections.poweredBy")}
|
||||||
</h3>
|
</h3>
|
||||||
)}
|
)}
|
||||||
<div className="flex flex-row flex-wrap gap-8 md:gap-18 items-center">
|
<div className="flex flex-col sm:flex-row flex-wrap gap-8 md:gap-18 items-center justify-center xl:justify-start">
|
||||||
<NextLink href="https://taltech.ee" target="_blank">
|
<NextLink href="https://taltech.ee" target="_blank">
|
||||||
<Image
|
<Image
|
||||||
src="/sponsors/taltech-color.png"
|
src="/sponsors/taltech-color.png"
|
||||||
@@ -95,8 +95,8 @@ export default function Sponsors({ showTitle = true, className = "" }: SponsorsP
|
|||||||
<Image
|
<Image
|
||||||
src="/sponsors/Tallinna_Haridusamet_logo_RGB.svg"
|
src="/sponsors/Tallinna_Haridusamet_logo_RGB.svg"
|
||||||
alt="Tallinna Haridusamet"
|
alt="Tallinna Haridusamet"
|
||||||
width={192}
|
width={292}
|
||||||
height={192}
|
height={292}
|
||||||
className="object-contain"
|
className="object-contain"
|
||||||
/>
|
/>
|
||||||
</NextLink>
|
</NextLink>
|
||||||
@@ -115,7 +115,7 @@ export default function Sponsors({ showTitle = true, className = "" }: SponsorsP
|
|||||||
alt="Estonian Gamedev Guild"
|
alt="Estonian Gamedev Guild"
|
||||||
width={200}
|
width={200}
|
||||||
height={200}
|
height={200}
|
||||||
className="object-contain"
|
className="object-contain not-dark:invert"
|
||||||
/>
|
/>
|
||||||
</NextLink>
|
</NextLink>
|
||||||
<NextLink href="https://thotell.ee/" target="_blank">
|
<NextLink href="https://thotell.ee/" target="_blank">
|
||||||
@@ -131,16 +131,16 @@ export default function Sponsors({ showTitle = true, className = "" }: SponsorsP
|
|||||||
<Image
|
<Image
|
||||||
src="/sponsors/dominos.png"
|
src="/sponsors/dominos.png"
|
||||||
alt="Domino's Pizza"
|
alt="Domino's Pizza"
|
||||||
width={200}
|
width={250}
|
||||||
height={200}
|
height={250}
|
||||||
className="object-contain"
|
className="object-contain"
|
||||||
/>
|
/>
|
||||||
</NextLink>
|
</NextLink>
|
||||||
<NextLink href="https://www.tomorrow.ee/" target="_blank">
|
<NextLink href="https://www.tomorrow.ee/" target="_blank">
|
||||||
<Image
|
<Image
|
||||||
src="/sponsors/tomorrow.png"
|
src="/sponsors/nt.png"
|
||||||
alt="Network Tomorrow"
|
alt="Network Tomorrow"
|
||||||
width={200}
|
width={300}
|
||||||
height={200}
|
height={200}
|
||||||
className="object-contain"
|
className="object-contain"
|
||||||
/>
|
/>
|
||||||
@@ -149,7 +149,7 @@ export default function Sponsors({ showTitle = true, className = "" }: SponsorsP
|
|||||||
<Image
|
<Image
|
||||||
src="/sponsors/driftikeskus.png"
|
src="/sponsors/driftikeskus.png"
|
||||||
alt="Driftikeskus"
|
alt="Driftikeskus"
|
||||||
width={200}
|
width={300}
|
||||||
height={200}
|
height={200}
|
||||||
className="object-contain"
|
className="object-contain"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user