From 3cd2dd66714e4e87677e0ced056cc4216fc6efe1 Mon Sep 17 00:00:00 2001 From: Spencer Flagg Date: Mon, 3 Jul 2023 13:22:06 +0000 Subject: [PATCH] Update style.css --- style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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; }