From df4876cbdf798018b6d9326866bb5d4144c78485 Mon Sep 17 00:00:00 2001 From: Zakarya Date: Fri, 27 Sep 2024 19:39:35 -0700 Subject: [PATCH] Add side margin to about text --- css/style.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 8c4eae8..de0343b 100644 --- a/css/style.css +++ b/css/style.css @@ -122,7 +122,10 @@ main div.hero h1 a { main div.hero p.justify { text-align: justify; - text-justify: inter-word; + text-justify: auto; + width: 60%; + margin-left: auto; + margin-right: auto; } main div.hero ul { @@ -145,6 +148,9 @@ main img.banner { border-radius: 12px; margin: 24px auto 24px auto; } + main div.hero p.justify { + width: 100%; + } } ul.linktree {