Fix image width in About Us section for better responsiveness
This commit is contained in:
parent
f974a3bad2
commit
eb6b76c7c9
@ -41,7 +41,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-lg-6 col-sm-12 padding-bottom-10">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user