mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
[web] Space skip link from disclaimer on interstitial (#33464)
The "continue with free plan" skip link sat directly under the disclaimer with no separation. Add spacing-08 margin-top to match the disclaimer's own padding-top above the cards. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> GitOrigin-RevId: ba7334785757a39ca0bdff309ded224e6cb8e3bf
This commit is contained in:
@@ -102,6 +102,10 @@
|
||||
padding-top: var(--spacing-08);
|
||||
}
|
||||
|
||||
.plans-skip-link {
|
||||
margin-top: var(--spacing-08);
|
||||
}
|
||||
|
||||
.plans-cards-section {
|
||||
background-color: var(--bg-light-primary);
|
||||
padding-block-end: var(--spacing-13);
|
||||
|
||||
Reference in New Issue
Block a user