From e6bd09616f1ff2546889327210ec07c77c2e2754 Mon Sep 17 00:00:00 2001 From: SwagMuffin88 Date: Tue, 12 Aug 2025 11:17:11 +0300 Subject: [PATCH 1/2] fix image skew on tourn page --- src/app/turniirid/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/turniirid/page.tsx b/src/app/turniirid/page.tsx index e4c3c27..68daef5 100644 --- a/src/app/turniirid/page.tsx +++ b/src/app/turniirid/page.tsx @@ -19,6 +19,7 @@ export default function Tourney() { {/* Kui tahate oma oskusi proovile panna, siis vaadake siia tagasi! Rohkem*/} {/* infot lähiajal.*/} {/*

*/} +
{/* CS2 turniir */}
@@ -59,8 +60,8 @@ export default function Tourney() {
-
- {/* Image needs to be the div that has the skew. Outside div needs to remain so that overflow wont occur*/} +
+ {/* Outside div needs to remain so that overflow won't occur*/} CS2 tournament
-
- {/* Image needs to be the div that has the skew. Outside div needs to remain so that overflow wont occur*/} +
+ {/* Outside div needs to remain so that overflow won't occur*/} LoL tournament
-
- {/* Image needs to be the div that has the skew. Outside div needs to remain so that overflow wont occur*/} +
+ {/* Outside div needs to remain so that overflow won't occur*/} mini tournaments Date: Tue, 12 Aug 2025 11:37:58 +0300 Subject: [PATCH 2/2] fix heading skew in tourn --- src/app/turniirid/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/turniirid/page.tsx b/src/app/turniirid/page.tsx index 68daef5..ae96352 100644 --- a/src/app/turniirid/page.tsx +++ b/src/app/turniirid/page.tsx @@ -3,7 +3,7 @@ import Link from "next/link"; import Image from "next/image"; export default function Tourney() { - const headingStyle = `text-3xl md:text-5xl lg:text-5xl ${vipnagorgialla.className} font-bold italic uppercase text-[#2A2C3F] dark:text-[#EEE5E5] -skew-x-2 md:-skew-x-5`; + const headingStyle = `text-3xl md:text-5xl lg:text-5xl ${vipnagorgialla.className} font-bold uppercase text-[#2A2C3F] dark:text-[#EEE5E5] -skew-x-2 md:-skew-x-5`; const SectionDivider = () =>
;