From 5148a25509e2c4c5c2b51666854811713bc9f9fc Mon Sep 17 00:00:00 2001 From: isaacclad Date: Thu, 16 Jul 2026 21:48:35 +0000 Subject: [PATCH] Keep bookshop title in the hero, above the author card. Restore a single hero layout: title and tagline sit on the cover with extra bottom padding so the overlapping author card does not cover them. --- resources/views/public/qr/landing.blade.php | 30 +++++++++------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/resources/views/public/qr/landing.blade.php b/resources/views/public/qr/landing.blade.php index 5b7d731..632ccbc 100644 --- a/resources/views/public/qr/landing.blade.php +++ b/resources/views/public/qr/landing.blade.php @@ -1213,32 +1213,26 @@ ]; @endphp
-
+ {{-- Extra bottom padding leaves room so title/sub sit above the overlapping author card --}} +
@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)