From 8e5574cb521de63fb029cd0aceb5df46a5de9d4d Mon Sep 17 00:00:00 2001 From: isaacclad Date: Thu, 16 Jul 2026 21:42:30 +0000 Subject: [PATCH] Move bookshop title and tagline above author card on mobile. On small screens the hero only shows the cover; title and sub sit above the author card. Desktop still places them on the cover. --- resources/views/public/qr/landing.blade.php | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/resources/views/public/qr/landing.blade.php b/resources/views/public/qr/landing.blade.php index 69fbcd1..de07f85 100644 --- a/resources/views/public/qr/landing.blade.php +++ b/resources/views/public/qr/landing.blade.php @@ -1213,23 +1213,32 @@ ]; @endphp
-
+
@if($aCover) -
+
@else
@endif -
+ {{-- Desktop: title stays on the cover --}} +
-
+ {{-- Mobile: title + sub sit above the author card --}} +
+

{{ $aName }}

+ @if($aTagline) +

{{ $aTagline }}

+ @endif +
+ +
@if($aAvatar)