Refactor suppliers section: Adjust indentation and formatting for improved readability

This commit is contained in:
Mark 2025-06-10 12:15:31 +01:00
parent a3cb78a41c
commit a88c555694

View File

@ -1,6 +1,7 @@
<?php <?php
?> ?>
<div class="container">
<div class="row justify-content-center"> <div class="row justify-content-center">
<div class="col-lg-2 col-sm-6"> <div class="col-lg-2 col-sm-6">
<a href=""> <a href="">
@ -23,3 +24,4 @@
<img class="margin-bottom img-fluid" src="<?= $URLcorrection ?>images/suppliers/velux.png" alt="velux"></a> <img class="margin-bottom img-fluid" src="<?= $URLcorrection ?>images/suppliers/velux.png" alt="velux"></a>
</div> </div>
</div> </div>
</div>