feat: change the proportions of the placeholder image in the hero section

This commit is contained in:
Dorian Niemiec 2024-11-05 21:57:06 +01:00
parent c9bee3b72b
commit 96a431beeb
2 changed files with 3 additions and 3 deletions

View file

@ -35,13 +35,13 @@ function Hero() {
</Link> </Link>
</div> </div>
</div> </div>
<div className="md:w-1/2 sm:px-5 py-16 md:py-24 self-center"> <div className="md:w-1/2 sm:px-5 py-8 md:py-16 self-center">
<div className="bg-border p-2 rounded-xl"> <div className="bg-border p-2 rounded-xl">
<Image <Image
src="/screenshot.png" src="/screenshot.png"
alt="MERNMail screenshot" alt="MERNMail screenshot"
width={1920} width={1600}
height={1080} height={1200}
className="w-full rounded-lg" className="w-full rounded-lg"
/> />
</div> </div>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 53 KiB