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 38036bb..509f23d 100644 --- a/resources/views/public/qr/landing.blade.php +++ b/resources/views/public/qr/landing.blade.php @@ -216,7 +216,8 @@ @if($bizHasLogo)
@else