fix: image size for mobile

This commit is contained in:
Benno Tielen 2025-04-05 17:23:45 +02:00
parent 4b2c2141ef
commit 0716671ecf

View file

@ -2,7 +2,7 @@
border: 30px solid #f8f8f8; border: 30px solid #f8f8f8;
margin-bottom: 10px; margin-bottom: 10px;
height: auto; height: auto;
width: 60%; width: 70%;
} }
.titleContainer { .titleContainer {