fix: add page-logo class to logo image for consistent styling

This commit is contained in:
Mark 2025-05-15 10:29:11 +01:00
parent 8f6db8a590
commit fe90a70590
2 changed files with 6 additions and 1 deletions

View File

@ -12808,4 +12808,9 @@ textarea.form-control {
.logo {
width: 80%;
height: auto;
}
.page-logo {
width: 30%;
height: auto;
}

View File

@ -5,7 +5,7 @@
<div class="col-md-9 ftco-animate pb-5">
<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>
<h1 class="mb-0 bread blue-text"><?= $PageTitle ?></h1>
</div>