]> git.r.bdr.sh - rbdr/r.bdr.sh/commitdiff
Fix header z-index
authorRuben Beltran del Rio <redacted>
Fri, 13 Dec 2024 13:07:11 +0000 (14:07 +0100)
committerRuben Beltran del Rio <redacted>
Fri, 13 Dec 2024 13:07:11 +0000 (14:07 +0100)
css/style.css

index 0a34a0246b78bccdf336f23af6a5118b1ba5c8a8..917e5e8974861cf30eb9a176cea51778cfd2ebc5 100644 (file)
@@ -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;