add text-center class to logo links for improved alignment
This commit is contained in:
parent
280bacae88
commit
cada2582ff
@ -6,7 +6,7 @@
|
|||||||
<div class="row no-gutters slider-text js-fullheight align-items-center justify-content-center">
|
<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-md-10 text-center ftco-animate">
|
||||||
<div class="col text-center ftco-animate banner-logo">
|
<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">
|
<img src="<?= $URLcorection ?>images/Warmseal-White-Transparent.svg" class="" alt="Warmseal Logo">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
@ -24,7 +24,7 @@
|
|||||||
<div class="row no-gutters slider-text js-fullheight align-items-center justify-content-center">
|
<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-md-8 text-center ftco-animate">
|
||||||
<div class="col text-center ftco-animate banner-logo">
|
<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">
|
<img src="<?= $URLcorection ?>images/Warmseal-White-Transparent.svg" class="" alt="Warmseal Logo">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user