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;
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;
}