diff --git a/style.css b/style.css index 5b7280e..3f603f0 100644 --- a/style.css +++ b/style.css @@ -13,7 +13,7 @@ html, body { body::after { content: ""; - background-image: url(https://www.transparenttextures.com/patterns/noise.png); + background-image: url('https://www.transparenttextures.com/patterns/dotnoise-light-grey.png'); opacity: .1; top: 0; left: 0; @@ -37,21 +37,22 @@ section { /* SVG and h1 styling */ svg { width: 55vmin; - height: 1uto; + height: auto; } h1 { font-family: 'DM Serif Display', serif; - margin: 3vmin 0 0 0; + margin: 0; line-height: 1; } -h1:nth-child(1){ +h1:nth-of-type(1){ font-size: 5vmin; opacity: 0.6; + margin-top: 3vmin; } -h1:nth-child(2){ +h1:nth-of-type(2){ font-size: 9.7vmin; opacity: 0.1; }