mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-22 19:37:38 +00: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:
parent
7cc94b0a2d
commit
10faeace77
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue