diff --git a/resources/css/app.css b/resources/css/app.css index 35c8c02..6184abc 100644 --- a/resources/css/app.css +++ b/resources/css/app.css @@ -15,6 +15,12 @@ display: none !important; } +@media (max-width: 639px) { + .public-brand-logo { + max-width: 50vw; + } +} + /* QR create/show: flush mobile action bar to the physical screen bottom (mobile only) */ @media (max-width: 1023px) { .mobile-action-bar { diff --git a/resources/views/public/qr/landing.blade.php b/resources/views/public/qr/landing.blade.php index 03cde80..a4a944c 100644 --- a/resources/views/public/qr/landing.blade.php +++ b/resources/views/public/qr/landing.blade.php @@ -217,7 +217,8 @@ @if($bizHasLogo)
{{ $bizName }} + class="public-brand-logo" + style="width:100%; height:100%; max-width:100%; object-fit:contain; padding:8px;">
@else
@@ -389,7 +390,8 @@ @if($churchHasLogo)
{{ $churchName }} + class="public-brand-logo" + style="width:100%; height:100%; max-width:100%; object-fit:contain; padding:8px;">
@else
@@ -697,7 +699,7 @@ @endif
@if($evHasLogo) - {{ $evName }} + @else
{{ $evInitials }}
@endif @@ -1090,7 +1092,7 @@
@if($appIconUrl) {{ $content['name'] ?? $qrCode->label }} + class="public-brand-logo mx-auto h-20 w-20 max-w-[50vw] rounded-[22px] object-cover shadow-lg"> @else
@@ -1280,7 +1282,7 @@
@if($hasLogo) {{ $title }} + class="public-brand-logo h-16 w-16 max-w-[50vw] flex-shrink-0 rounded-2xl object-cover shadow-lg ring-2 ring-white/30"> @else