diff --git a/apps/storefront/app/(frontpage)/layout.module.css b/apps/storefront/app/(frontpage)/layout.module.css index 781d823157..7527beb872 100644 --- a/apps/storefront/app/(frontpage)/layout.module.css +++ b/apps/storefront/app/(frontpage)/layout.module.css @@ -32,6 +32,10 @@ width: 550px; text-align: center; margin-bottom: 38px; + + &:not(:has(.betaTag)) h1 { + margin-top: var(--ds-size-6); + } } .container {