From eb130364d9815d8bbb34be70fb75c1f137c285bb Mon Sep 17 00:00:00 2001 From: isaacclad Date: Sat, 25 Jul 2026 12:34:23 +0000 Subject: [PATCH] qr: left-align the bookshop hero title on desktop The title block used mx-auto max-w-md, so on a wide screen it floated in the middle of a full-width cover image while everything else read left-to-right. Released to the left edge from sm up. Mobile is untouched: max-w-md already fills a phone screen, so mx-auto has no visible effect there and the layout is unchanged. Co-Authored-By: Claude --- resources/views/public/qr/landing.blade.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/views/public/qr/landing.blade.php b/resources/views/public/qr/landing.blade.php index d13a403..7b6cc8a 100644 --- a/resources/views/public/qr/landing.blade.php +++ b/resources/views/public/qr/landing.blade.php @@ -1217,7 +1217,10 @@
@endif
-
+ {{-- Mobile keeps the centred max-w-md column (which fills the screen + anyway). From sm up the cover is far wider than that column, so the + title is released to the left edge instead of floating mid-banner. --}} +

{{ $aName }}

@if($aTagline)

{{ $aTagline }}