From 0089c0af08f9f8cfac1d9d9bc8fc83953284a4da Mon Sep 17 00:00:00 2001 From: Antoine Clausse Date: Fri, 15 May 2026 12:44:21 +0200 Subject: [PATCH] [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) GitOrigin-RevId: ba7334785757a39ca0bdff309ded224e6cb8e3bf --- services/web/frontend/stylesheets/pages/plans-2026.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/web/frontend/stylesheets/pages/plans-2026.scss b/services/web/frontend/stylesheets/pages/plans-2026.scss index a9ab5c3f46..7091087d1c 100644 --- a/services/web/frontend/stylesheets/pages/plans-2026.scss +++ b/services/web/frontend/stylesheets/pages/plans-2026.scss @@ -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);