From 82d6ecba1e7e231c53d1708eb53c4192da1d95ca Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Sat, 21 Feb 2026 21:48:45 -0500 Subject: [PATCH] Update logo dimensions and change logo text to 'OTS Signs' for improved branding --- theme/assets/css/main.css | 7 ++++--- theme/blocks/index.php | 3 +-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index ed4614e..98ea835 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -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; } diff --git a/theme/blocks/index.php b/theme/blocks/index.php index 3ac0015..bc752c9 100644 --- a/theme/blocks/index.php +++ b/theme/blocks/index.php @@ -694,9 +694,8 @@ function oribi_render_site_header() {