From: Ruben Beltran del Rio Date: Fri, 13 Dec 2024 13:07:11 +0000 (+0100) Subject: Fix header z-index X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/bd38d96a9d1a17b6a677b645dd2bf8dbfdd8a439?ds=inline Fix header z-index --- diff --git a/css/style.css b/css/style.css index 0a34a02..917e5e8 100644 --- a/css/style.css +++ b/css/style.css @@ -127,6 +127,11 @@ h2, h3, a { color: #00f } margin: 0.25em 0; } +header { position: relative } +main { + position: relative; + z-index: 1 +} header h1 { font-size: min(7.5rem, 17vw); font-weight: 900;