Revert site logo to original — new logo kept for GMC only

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-15 19:35:10 +00:00
parent 60fc302443
commit 1112fa2ab6
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ img {
} }
.logo-img { .logo-img {
height: 65px; height: 45px;
width: auto; width: auto;
} }
Binary file not shown.

Before

Width:  |  Height:  |  Size: 143 KiB

After

Width:  |  Height:  |  Size: 134 KiB

+1 -1
View File
@@ -10,7 +10,7 @@
<div class="footer-grid"> <div class="footer-grid">
<div class="footer-brand"> <div class="footer-brand">
<a href="/" class="logo"> <a href="/" class="logo">
<img src="/assets/images/logo.png?v=<?= filemtime($_SERVER['DOCUMENT_ROOT'] . '/assets/images/logo.png') ?>" alt="<?= SITE_NAME ?>" style="height: 65px;"> <img src="/assets/images/logo.png?v=<?= filemtime($_SERVER['DOCUMENT_ROOT'] . '/assets/images/logo.png') ?>" alt="<?= SITE_NAME ?>" style="height: 50px;">
</a> </a>
<p>Premium artisan coffee beans freshly roasted and delivered to your door. Experience the perfect cup, every time.</p> <p>Premium artisan coffee beans freshly roasted and delivered to your door. Experience the perfect cup, every time.</p>
</div> </div>