From 655fb125aefe6c3727bcb4fea02a05ded2197f4d Mon Sep 17 00:00:00 2001 From: JacobSeto Date: Sun, 18 Aug 2024 16:12:15 -0400 Subject: [PATCH] Update style.css - shifting the about text again --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 0347c76..1e74d37 100644 --- a/style.css +++ b/style.css @@ -135,7 +135,7 @@ a { } .about-text { - width: 60%; + width: 75%; /* This controls the width of the text content */ } @@ -149,7 +149,7 @@ a { .about p { padding-bottom: 50px; - padding-left: 35px; + padding-left: 100px; }