Refactor suppliers section: Adjust indentation and formatting for improved readability
This commit is contained in:
parent
a3cb78a41c
commit
a88c555694
@ -1,25 +1,27 @@
|
||||
<?php
|
||||
?>
|
||||
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-lg-2 col-sm-6">
|
||||
<a href="">
|
||||
<img class="margin-bottom img-fluid" src="<?=$URLcorrection?>images/suppliers/keylite.png" alt="keylite"></a>
|
||||
</div>
|
||||
<div class="col-lg-2 col-sm-6">
|
||||
<a href="">
|
||||
<img class="margin-bottom img-fluid" src="<?=$URLcorrection?>images/suppliers/manthorpe.png" alt="manthorpe"></a>
|
||||
</div>
|
||||
<div class="col-lg-2 col-sm-6">
|
||||
<a href="">
|
||||
<img class="margin-bottom img-fluid" src="<?=$URLcorrection?>images/suppliers/swish.png" alt="swish"></a>
|
||||
</div>
|
||||
<div class="col-lg-2 col-sm-6">
|
||||
<a href="">
|
||||
<img class="margin-bottom img-fluid" src="<?=$URLcorrection?>images/suppliers/gap.png" alt="gap"></a>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-lg-2 col-sm-6">
|
||||
<a href="">
|
||||
<img class="margin-bottom img-fluid" src="<?=$URLcorrection?>images/suppliers/velux.png" alt="velux"></a>
|
||||
<a href="">
|
||||
<img class="margin-bottom img-fluid" src="<?= $URLcorrection ?>images/suppliers/keylite.png" alt="keylite"></a>
|
||||
</div>
|
||||
<div class="col-lg-2 col-sm-6">
|
||||
<a href="">
|
||||
<img class="margin-bottom img-fluid" src="<?= $URLcorrection ?>images/suppliers/manthorpe.png" alt="manthorpe"></a>
|
||||
</div>
|
||||
<div class="col-lg-2 col-sm-6">
|
||||
<a href="">
|
||||
<img class="margin-bottom img-fluid" src="<?= $URLcorrection ?>images/suppliers/swish.png" alt="swish"></a>
|
||||
</div>
|
||||
<div class="col-lg-2 col-sm-6">
|
||||
<a href="">
|
||||
<img class="margin-bottom img-fluid" src="<?= $URLcorrection ?>images/suppliers/gap.png" alt="gap"></a>
|
||||
</div>
|
||||
<div class="col-lg-2 col-sm-6">
|
||||
<a href="">
|
||||
<img class="margin-bottom img-fluid" src="<?= $URLcorrection ?>images/suppliers/velux.png" alt="velux"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user