add text-center class to logo links for improved alignment

This commit is contained in:
Mark 2025-05-15 09:36:33 +01:00
parent 280bacae88
commit cada2582ff

View File

@ -6,7 +6,7 @@
<div class="row no-gutters slider-text js-fullheight align-items-center justify-content-center">
<div class="col-md-10 text-center ftco-animate">
<div class="col text-center ftco-animate banner-logo">
<a href="<?= $URLcorection ?>index">
<a href="<?= $URLcorection ?>index" class="text-center">
<img src="<?= $URLcorection ?>images/Warmseal-White-Transparent.svg" class="" alt="Warmseal Logo">
</a>
</div>
@ -24,7 +24,7 @@
<div class="row no-gutters slider-text js-fullheight align-items-center justify-content-center">
<div class="col-md-8 text-center ftco-animate">
<div class="col text-center ftco-animate banner-logo">
<a href="<?= $URLcorection ?>index">
<a href="<?= $URLcorection ?>index" class="text-center">
<img src="<?= $URLcorection ?>images/Warmseal-White-Transparent.svg" class="" alt="Warmseal Logo">
</a>
</div>