mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-31 04:41:32 +02:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user