From f917e602845c2766309f97e4b662f58c5d9e3e7b Mon Sep 17 00:00:00 2001 From: austin Date: Sun, 26 Jul 2026 20:34:40 -0500 Subject: [PATCH] The wordmark fits a phone instead of breaking on one MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit On every phone width the hero lockup was rendering "The" over "Vine", with the branch marks centred against the two-line block — which is what you were seeing as stacking. It was not a wrapping bug so much as a sizing one. The lockup is three things that have to stay in proportion: two fixed-width marks and a tagline that cannot wrap. The hero used one size for phones and desktops — two 80px marks, a 36px script, and COFFEEHOUSE + BAKERY letterspaced at 0.2em — which comes to more than a 390px screen has. The only part that could give was the name, so it wrapped. Both lockups step now. On a phone the hero is 56px marks and a 30px script, full size from sm up; the bar's is a shade smaller with tighter tracking, because a 320px phone has to fit the lockup and the menu button. And the name carries whitespace-nowrap: a wordmark does not wrap, whatever else has to give. Checked at 320, 360 and 390 — one line, marks either side, on all three. Co-Authored-By: Claude Opus 5 (1M context) --- .../resources/templates/fragments/lockup.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/src/main/resources/templates/fragments/lockup.html b/src/main/resources/templates/fragments/lockup.html index 021bb44..7d006fb 100644 --- a/src/main/resources/templates/fragments/lockup.html +++ b/src/main/resources/templates/fragments/lockup.html @@ -4,15 +4,20 @@ - The Vine + The Vine Coffeehouse + Bakery @@ -22,14 +27,20 @@ - +
- +