From 080f9496666a28ae42e07f51643f475ba4d5b46f Mon Sep 17 00:00:00 2001 From: Steven Noorbergen Date: Mon, 8 Sep 2025 20:34:20 +0200 Subject: [PATCH] chore: adjust header and background to match developers --- docs/assets/stylesheet/theme.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/assets/stylesheet/theme.css b/docs/assets/stylesheet/theme.css index f07d6451..7b22dcd2 100644 --- a/docs/assets/stylesheet/theme.css +++ b/docs/assets/stylesheet/theme.css @@ -193,6 +193,7 @@ body { background-image: url("../images/bg_main.jpg"); background-repeat: no-repeat; background-position: 50% 50%; + background-size: cover; } body::before { @@ -332,15 +333,14 @@ body::before { } .esi-hero { - min-height: 82px; - margin-top: 72px; + height: 82px; + margin-top: 57px; padding: 0 16px; display: grid; grid-template-areas: "title cta" "subtitle cta"; grid-template-columns: 1fr min-content; grid-template-rows: 1fr min-content; row-gap: 8px; - min-height: 80px; column-gap: 24px; max-width: 1632px; align-self: center;