From 8640e1869f6b61cb5298919849dba713c8e26517 Mon Sep 17 00:00:00 2001 From: katzino Date: Fri, 11 Jul 2025 09:22:34 +0200 Subject: [PATCH] fix: tagline overlap --- website/src/pages/index.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/index.module.css b/website/src/pages/index.module.css index 256113f5..23e18b7e 100644 --- a/website/src/pages/index.module.css +++ b/website/src/pages/index.module.css @@ -49,7 +49,7 @@ position: absolute; top: 0; z-index: 1; - width: calc(100% - 2rem); + width: calc(100% - (2 * var(--ifm-spacing-horizontal))); } .heroBanner h1::selection,