changes to the sit logo

This commit is contained in:
Concept Agent
2026-05-21 22:49:49 +02:00
parent aae53ae0ee
commit 264281abdd
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -205,6 +205,11 @@ h1,h2,h3,h4 {
letter-spacing: -0.03em; letter-spacing: -0.03em;
} }
.logo-highlight { color: var(--color-accent); } .logo-highlight { color: var(--color-accent); }
.logo-img {
height: 44px;
width: auto;
display: block;
}
.nav-links { .nav-links {
display: flex; display: flex;
@@ -1079,6 +1084,7 @@ h1,h2,h3,h4 {
display: inline-flex; display: inline-flex;
align-items: center; align-items: center;
} }
.footer-logo .logo-img { height: 50px; }
.footer-brand p { .footer-brand p {
color: var(--color-text-2); color: var(--color-text-2);
font-size: 0.875rem; font-size: 0.875rem;
+2 -2
View File
@@ -1,7 +1,7 @@
(function () { (function () {
var NAV = `<nav class="navbar"> var NAV = `<nav class="navbar">
<a href="/" class="logo"> <a href="/" class="logo">
<span class="logo-text">Lahr <span class="logo-highlight">Carpet</span></span> <img src="/assets/images/logo.webp" alt="Lahr Carpet Cleaning" class="logo-img" width="160" height="67">
</a> </a>
<ul class="nav-links"> <ul class="nav-links">
<li><a href="/">Home</a></li> <li><a href="/">Home</a></li>
@@ -60,7 +60,7 @@
<div class="footer-grid"> <div class="footer-grid">
<div class="footer-brand"> <div class="footer-brand">
<a href="/" class="footer-logo"> <a href="/" class="footer-logo">
<span class="logo-text">Lahr <span class="logo-highlight">Carpet</span></span> <img src="/assets/images/logo.webp" alt="Lahr Carpet Cleaning" class="logo-img" width="160" height="67">
</a> </a>
<p>We clean carpets, upholstery, rugs, and hard floors for homes and businesses in Waterloo, Geneva, and the Finger Lakes region.</p> <p>We clean carpets, upholstery, rugs, and hard floors for homes and businesses in Waterloo, Geneva, and the Finger Lakes region.</p>
</div> </div>