1
0
Fork 0

fix(images): correct aspect ration

This commit is contained in:
Vojtěch Mareš 2022-12-09 13:36:22 +01:00
parent 6bacdbca52
commit 7b82da4c81
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -134,7 +134,7 @@ function FeaturesMobile() {
alt=""
// sizes="52.75rem"
width="800"
height="500"
height="548"
/>
</div>
</div>
@ -187,7 +187,7 @@ function FeaturesDesktop() {
alt=""
// sizes="52.75rem"
width="800"
height="500"
height="548"
/>
</div>
</Tab.Panel>