Update style.css

This commit is contained in:
Spencer Flagg 2023-07-04 15:24:23 +00:00
parent 60e8ea4937
commit 5af78aa7ef

View file

@ -20,7 +20,7 @@ body::after {
bottom: 0; bottom: 0;
right: 0; right: 0;
position: fixed; position: fixed;
z-index: 0; z-index: 2;
} }
/* Center section */ /* Center section */
@ -51,6 +51,8 @@ section::after {
svg { svg {
width: 55vmin; width: 55vmin;
height: auto; height: auto;
z-index: 1;
position: relative;
} }
h1 { h1 {
@ -60,12 +62,12 @@ h1 {
} }
h1:nth-of-type(1){ h1:nth-of-type(1){
font-size: 4vmin; font-size: 3.5vmin;
opacity: 0.3; opacity: 0.15;
margin-top: 3vmin; margin-top: 4vmin;
} }
h1:nth-of-type(2){ h1:nth-of-type(2){
font-size: 4vmin; font-size: 3.5vmin;
opacity: 0.2; opacity: 0.2;
} }