mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-26 18:02:09 +00:00
Merge pull request #22199 from overleaf/mf-new-checkout-reduce-payment-container-top-padding
[web] Reduce top padding from 64px to 24px on new checkout page GitOrigin-RevId: 018613057c08d57e967145f570e76b289b450985
This commit is contained in:
parent
10faeace77
commit
b1ec6dda35
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.payment-container {
|
.payment-container {
|
||||||
padding-top: var(--spacing-13);
|
padding-top: var(--spacing-08);
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: var(--spacing-10);
|
gap: var(--spacing-10);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue