From 8a683c7c4a3edc5199af24c00d6e61a6cdc6e0b3 Mon Sep 17 00:00:00 2001 From: Matt Batchelder Date: Sun, 22 Feb 2026 12:22:08 -0500 Subject: [PATCH] feat: Update footer branding to display 'OTS Signs' instead of 'Oribi Tech' --- theme/assets/css/main.css | 2 +- theme/blocks/index.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/assets/css/main.css b/theme/assets/css/main.css index 9d62e09..ff4a773 100644 --- a/theme/assets/css/main.css +++ b/theme/assets/css/main.css @@ -3417,7 +3417,7 @@ p:last-child { margin-bottom: 0; } } .footer-brand .logo-text { font-size: 1.5rem; color: #fff; } -.footer-logo-section { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; } +.footer-logo-section { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; } .footer-logo-section .custom-logo-link img, .footer-logo-section .custom-logo { max-height: 60px !important; diff --git a/theme/blocks/index.php b/theme/blocks/index.php index b015298..9a0e676 100644 --- a/theme/blocks/index.php +++ b/theme/blocks/index.php @@ -730,7 +730,7 @@ function oribi_render_site_footer() {
Oribi Tech