mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-03-23 13:24:21 +00:00
BIN
public/images/cs2_tournament_logo.png
Normal file
BIN
public/images/cs2_tournament_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.8 MiB |
BIN
public/images/lol_tournament_logo.png
Normal file
BIN
public/images/lol_tournament_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.5 MiB |
BIN
public/images/minitournament_logo.png
Normal file
BIN
public/images/minitournament_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.1 MiB |
@@ -62,7 +62,7 @@ export default function Tourney() {
|
|||||||
<div className="-skew-x-2 md:-skew-x-5">
|
<div className="-skew-x-2 md:-skew-x-5">
|
||||||
{/* Image needs to be the div that has the skew. Outside div needs to remain so that overflow wont occur*/}
|
{/* Image needs to be the div that has the skew. Outside div needs to remain so that overflow wont occur*/}
|
||||||
<Image
|
<Image
|
||||||
src="/images/cs2_tournament.png"
|
src="/images/cs2_tournament_logo.png"
|
||||||
alt="CS2 tournament"
|
alt="CS2 tournament"
|
||||||
width={600}
|
width={600}
|
||||||
height={400}
|
height={400}
|
||||||
@@ -79,7 +79,7 @@ export default function Tourney() {
|
|||||||
<div className="-skew-x-2 md:-skew-x-5">
|
<div className="-skew-x-2 md:-skew-x-5">
|
||||||
{/* Image needs to be the div that has the skew. Outside div needs to remain so that overflow wont occur*/}
|
{/* Image needs to be the div that has the skew. Outside div needs to remain so that overflow wont occur*/}
|
||||||
<Image
|
<Image
|
||||||
src="/images/lol_tournament.png"
|
src="/images/lol_tournament_logo.png"
|
||||||
alt="LoL tournament"
|
alt="LoL tournament"
|
||||||
width={600}
|
width={600}
|
||||||
height={400}
|
height={400}
|
||||||
@@ -164,7 +164,7 @@ export default function Tourney() {
|
|||||||
<div className="-skew-x-2 md:-skew-x-5">
|
<div className="-skew-x-2 md:-skew-x-5">
|
||||||
{/* Image needs to be the div that has the skew. Outside div needs to remain so that overflow wont occur*/}
|
{/* Image needs to be the div that has the skew. Outside div needs to remain so that overflow wont occur*/}
|
||||||
<Image
|
<Image
|
||||||
src="/images/minitournament.png"
|
src="/images/minitournament_logo.png"
|
||||||
alt="mini tournaments"
|
alt="mini tournaments"
|
||||||
width={600}
|
width={600}
|
||||||
height={400}
|
height={400}
|
||||||
|
|||||||
Reference in New Issue
Block a user