From 8a2100eea315ea8cb45b0a0eca9f3888edf96dbe Mon Sep 17 00:00:00 2001 From: Spencer Flagg Date: Mon, 3 Jul 2023 13:17:28 +0000 Subject: [PATCH] Update style.css --- style.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 0ca13e3..5b7280e 100644 --- a/style.css +++ b/style.css @@ -36,11 +36,22 @@ section { /* SVG and h1 styling */ svg { - width: 20vmin; - height: 20vmin; + width: 55vmin; + height: 1uto; } h1 { 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; }