fixed resizing and added css from mon patcher so it looks prettier
This commit is contained in:
@ -11,7 +11,7 @@ const Patcher = () => {
|
||||
<link rel="stylesheet" href="/patcher/css/style.css" />
|
||||
</Head>
|
||||
|
||||
<div className="grid grid-cols-1 place-items-center gap-6 pt-8 md:grid-cols-4">
|
||||
<div className="icons">
|
||||
<Link href="/patcher/chuni.html" className="gameicon">
|
||||
<Image
|
||||
src="/patcher/img/chu/ni01.png"
|
||||
@ -92,13 +92,11 @@ const Patcher = () => {
|
||||
height={120}
|
||||
/>
|
||||
</Link>
|
||||
|
||||
<Link href="/patcher/chuniparadise.html" className="gameicon">
|
||||
<div className="image-wrapper">
|
||||
<Image
|
||||
src="/patcher/img/chu/ni11paradise.png"
|
||||
alt="CHUNITHM PARADISE"
|
||||
className="image"
|
||||
width={120}
|
||||
height={120}
|
||||
/>
|
||||
@ -109,7 +107,6 @@ const Patcher = () => {
|
||||
<Image
|
||||
src="/patcher/img/chu/ni11paradiselost.png"
|
||||
alt="CHUNITHM PARADISE LOST"
|
||||
className="image-hover"
|
||||
width={120}
|
||||
height={120}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user