Fix image width in About Us section for better responsiveness

This commit is contained in:
Gary 2025-05-09 13:21:42 +01:00
parent f974a3bad2
commit eb6b76c7c9

View File

@ -41,7 +41,7 @@
</div>
</div>
<div class="col-lg-6 col-sm-12 padding-bottom-10">
<img src="<?= $URLcorrection ?>images/projects/39.webp" class="img-fluid" alt="About Us Image" style="width: 100%; height: 450px; border-radius: 10px;">
<img src="<?= $URLcorrection ?>images/projects/39.webp" class="img-fluid" alt="About Us Image" style="width: 450px; height: 450px; border-radius: 10px;">
</div>
</div>
</div>