Merge pull request #22198 from overleaf/mf-reduce-horizontal-padding-mobile-new-checkout-form

[web] Reduce horizontal padding on mobile device on new checkout form

GitOrigin-RevId: e4f5792b4e2c7b76734846c87a3154415539e21d
This commit is contained in:
M Fahru 2024-11-29 07:53:22 -07:00 committed by Copybot
parent 7cc94b0a2d
commit 10faeace77

View file

@ -239,6 +239,11 @@
width: 100%;
}
@include media-breakpoint-down(xs) {
padding-left: 0;
padding-right: 0;
}
.address-line-1-tooltip {
font-size: var(--font-size-03);
}