Cap public landing page logos at half the viewport width on mobile.
Deploy Ladill Events / deploy (push) Successful in 1m26s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-03 14:58:51 +00:00
co-authored by Cursor
parent 7cce194567
commit 2084cbc852
2 changed files with 13 additions and 5 deletions
+6
View File
@@ -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 {