fix: add missing logo class for consistency in hero section
This commit is contained in:
parent
22fb74f4a9
commit
5e01449156
@ -11,7 +11,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">
|
||||||
<a href="<?= $URLcorection ?>index" class="text-center">
|
<a href="<?= $URLcorection ?>index" class="text-center">
|
||||||
<img src="<?= $URLcorrection ?>images/Warmseal-White-Transparent.svg" class="" alt="Warmseal Logo">
|
<img src="<?= $URLcorrection ?>images/Warmseal-White-Transparent.svg" class="logo" alt="Warmseal Logo">
|
||||||
</a>
|
</a>
|
||||||
<div class="text w-100">
|
<div class="text w-100">
|
||||||
<h1 class="mb-4 hero-text">Dedicated to providing the highest quality roofing services</h1>
|
<h1 class="mb-4 hero-text">Dedicated to providing the highest quality roofing services</h1>
|
||||||
@ -27,7 +27,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">
|
||||||
<a href="<?= $URLcorection ?>index" class="text-center">
|
<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="logo" alt="Warmseal Logo">
|
||||||
</a>
|
</a>
|
||||||
<div class="text w-100">
|
<div class="text w-100">
|
||||||
<h1 class="mb-4 hero-text">Quality roofing at a affordable price</h1>
|
<h1 class="mb-4 hero-text">Quality roofing at a affordable price</h1>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user