fix: strobor size

This commit is contained in:
Julian Tölle 2023-11-04 01:04:44 +01:00
parent 62b5a33ea8
commit 3a7677661c

View file

@ -17,8 +17,8 @@
img={StroborImg} img={StroborImg}
alt={`Sicht auf die Stadt`} alt={`Sicht auf die Stadt`}
className="object-cover rounded my-8" className="object-cover rounded my-8"
width={1024} width={740}
height={1024} height={422}
loading="lazy" loading="lazy"
/> />