From 8f21a40a6a36064527e022c38b3536ec99d12771 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Mon, 23 Feb 2026 22:58:28 -0500 Subject: [PATCH] Make logo-row inline on mobile for single-line header layout Co-Authored-By: Claude Opus 4.6 --- client/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/style.css b/client/style.css index 6b6eb00..deb0ad8 100644 --- a/client/style.css +++ b/client/style.css @@ -109,6 +109,8 @@ body { @media (max-width: 749px) { .logo-row { + display: inline; + margin-bottom: 0; transform: none; } }