From a3775393ecd486ca5f6b8f1aff97627c6b4df26f Mon Sep 17 00:00:00 2001 From: JacobSeto Date: Sun, 18 Aug 2024 16:18:27 -0400 Subject: [PATCH] Update style.css - Minor tweak to about --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 1e74d37..e717343 100644 --- a/style.css +++ b/style.css @@ -132,10 +132,11 @@ a { align-items: flex-start; justify-content: space-between; margin-top: 20px; + width: 100%; } .about-text { - width: 75%; + width: 100%; /* This controls the width of the text content */ } @@ -149,7 +150,8 @@ a { .about p { padding-bottom: 50px; - padding-left: 100px; + padding-left: 150px; + width: 60%; }