From 9d3800690d4cc2a8f0bb0ec21f232b0d230fe981 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Fri, 21 Feb 2025 13:29:23 +0100 Subject: [PATCH] adjust title wrapper h1 mgbt --- assets/css/src/header.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/src/header.css b/assets/css/src/header.css index f3e9ff7..a56f852 100644 --- a/assets/css/src/header.css +++ b/assets/css/src/header.css @@ -77,6 +77,10 @@ article > h1 { padding-top: calc(42.5vw); } +.page-cover .title-wrapper h1 { + margin-bottom: calc(0.255 * var(--unit--vertical)); +} + .page-cover .text-wrapper { height: 100%; overflow: auto;