Update style.css

This commit is contained in:
Spencer Flagg 2023-07-03 13:17:28 +00:00
parent 1868d05f86
commit 8a2100eea3

View file

@ -36,11 +36,22 @@ section {
/* SVG and h1 styling */ /* SVG and h1 styling */
svg { svg {
width: 20vmin; width: 55vmin;
height: 20vmin; height: 1uto;
} }
h1 { h1 {
font-family: 'DM Serif Display', serif; font-family: 'DM Serif Display', serif;
font-size: 5vmin; margin: 3vmin 0 0 0;
line-height: 1;
}
h1:nth-child(1){
font-size: 5vmin;
opacity: 0.6;
}
h1:nth-child(2){
font-size: 9.7vmin;
opacity: 0.1;
} }