mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #20154 from overleaf/ds-plans-annual-monthly-toggle-switch-gap
Plans page - Annual/Monthly toggle switch gap removal GitOrigin-RevId: e14b1a595b127e7b22dc3fa6f5d679629ead3e0b
This commit is contained in:
parent
e88b971735
commit
f8f111d023
1 changed files with 4 additions and 0 deletions
|
@ -223,6 +223,10 @@
|
|||
margin-bottom: @switcher-container-margin-bottom;
|
||||
gap: var(--spacing-04);
|
||||
|
||||
@media (max-width: @screen-xs-max) {
|
||||
margin-bottom: var(--spacing-09);
|
||||
}
|
||||
|
||||
.plans-new-period-switcher {
|
||||
font-size: var(--font-size-05);
|
||||
font-weight: 600;
|
||||
|
|
Loading…
Reference in a new issue