Cap public landing page logos at half the viewport width on mobile.
Deploy Ladill Events / deploy (push) Successful in 1m26s
Deploy Ladill Events / deploy (push) Successful in 1m26s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user