From 8167870a11ec0abd230e852f93685466b42d8ab5 Mon Sep 17 00:00:00 2001 From: Barsnes Date: Mon, 3 Mar 2025 13:00:47 +0100 Subject: [PATCH] more spacing above h1 on storefront --- apps/storefront/app/(frontpage)/layout.module.css | 4 ++++ 1 file changed, 4 insertions(+) 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 {