Update logo dimensions and change logo text to 'OTS Signs' for improved branding

This commit is contained in:
Matt Batchelder
2026-02-21 21:48:45 -05:00
parent e90e644b62
commit 82d6ecba1e
2 changed files with 5 additions and 5 deletions

View File

@@ -295,8 +295,9 @@ p:last-child { margin-bottom: 0; }
display: flex;
align-items: center;
flex-shrink: 0;
max-height: 60px;
max-height: 80px;
overflow: hidden;
gap: .75rem;
}
.site-logo a { display: flex; align-items: center; }
.custom-logo-link { display: flex; align-items: center; }
@@ -304,10 +305,10 @@ p:last-child { margin-bottom: 0; }
.custom-logo-link img,
.custom-logo,
.header-inner img {
max-height: 60px !important;
max-height: 80px !important;
width: auto !important;
height: auto !important;
max-width: 220px !important;
max-width: 260px !important;
display: block !important;
object-fit: contain;
}