fix: add page-logo class to logo image for consistent styling
This commit is contained in:
parent
8f6db8a590
commit
fe90a70590
@ -12809,3 +12809,8 @@ textarea.form-control {
|
|||||||
width: 80%;
|
width: 80%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-logo {
|
||||||
|
width: 30%;
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<div class="col-md-9 ftco-animate pb-5">
|
<div class="col-md-9 ftco-animate pb-5">
|
||||||
<a href="<?= $URLcorection ?>index">
|
<a href="<?= $URLcorection ?>index">
|
||||||
<img src="<?= $URLcorection ?>images/Warmseal-White-Transparent.svg" class="" alt="Warmseal Logo">
|
<img src="<?= $URLcorection ?>images/Warmseal-White-Transparent.svg" class="page-logo" alt="Warmseal Logo">
|
||||||
</a>
|
</a>
|
||||||
<h1 class="mb-0 bread blue-text"><?= $PageTitle ?></h1>
|
<h1 class="mb-0 bread blue-text"><?= $PageTitle ?></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user