Skip to content

Commit

Permalink
optimize images
Browse files Browse the repository at this point in the history
  • Loading branch information
C4illin committed Dec 4, 2024
1 parent 0f7ddff commit f3f7705
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ export default function Home() {
Games offered:
</h2>
<div className="flex flex-row flex-wrap items-center justify-center gap-4">
<div className="h-40 w-64 max-w-full rounded bg-slate-900 p-4">
<div className="relative h-40 w-64 max-w-full rounded bg-slate-900 p-4">
<Image
width={224}
src={minecraft}
alt="Minecraft"
className={`
Expand All @@ -55,6 +56,7 @@ export default function Home() {
</div>
<div className="h-40 w-64 max-w-full rounded bg-slate-900 p-4">
<Image
width={224}
src={valheim}
alt="Valheim"
className={`
Expand All @@ -65,6 +67,7 @@ export default function Home() {
</div>
<div className="h-40 w-64 max-w-full rounded bg-slate-900 p-4">
<Image
width={224}
src={factorio}
alt="Factorio"
className={`
Expand Down

0 comments on commit f3f7705

Please sign in to comment.