From ef192323f6c2c9fb6343dd8224c3c812ed62fe0d Mon Sep 17 00:00:00 2001 From: anuhang9 <113538682+anuhang9@users.noreply.github.com> Date: Thu, 12 Oct 2023 20:59:35 +0545 Subject: [PATCH] Update style.css --- style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style.css b/style.css index e41ded9..9b0055d 100644 --- a/style.css +++ b/style.css @@ -434,6 +434,11 @@ footer div div p, p a{ margin-top: 100px; } /* about section */ + .about-text div{ + margin: 100px; + padding: 100px; + text-align: justify; + } .about .about-text{ display: flex; flex-direction: column;