From 5af78aa7efe9d817cbd7ac6b02bf13a8ef1679eb Mon Sep 17 00:00:00 2001 From: Spencer Flagg Date: Tue, 4 Jul 2023 15:24:23 +0000 Subject: [PATCH] Update style.css --- style.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index a947fee..f29d523 100644 --- a/style.css +++ b/style.css @@ -20,7 +20,7 @@ body::after { bottom: 0; right: 0; position: fixed; - z-index: 0; + z-index: 2; } /* Center section */ @@ -51,6 +51,8 @@ section::after { svg { width: 55vmin; height: auto; + z-index: 1; + position: relative; } h1 { @@ -60,12 +62,12 @@ h1 { } h1:nth-of-type(1){ - font-size: 4vmin; - opacity: 0.3; - margin-top: 3vmin; + font-size: 3.5vmin; + opacity: 0.15; + margin-top: 4vmin; } h1:nth-of-type(2){ - font-size: 4vmin; + font-size: 3.5vmin; opacity: 0.2; }