From e6cbca5c1620ac2e6b63adf2c00d029d0e0caffb Mon Sep 17 00:00:00 2001 From: Spencer Flagg Date: Tue, 4 Jul 2023 15:27:38 +0000 Subject: [PATCH] Update style.css --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index f29d523..81e7448 100644 --- a/style.css +++ b/style.css @@ -37,13 +37,13 @@ section { section::after { content: ''; - width: 82%; + width: 86%; height: 0px; position: absolute; top: 59%; - box-shadow: 0px 0px 69px 15px black; + box-shadow: 0px 0px 44px 8px black; z-index: 0; - left: 10%; + left: 6%; opacity: 0.7; }