From 5e7b56498f752239a8b117d0ef45077a6dee27b1 Mon Sep 17 00:00:00 2001 From: leschultz Date: Mon, 16 Sep 2024 15:52:28 -0500 Subject: [PATCH] Changed to justify align --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index e0d7270..835d73a 100644 --- a/style.css +++ b/style.css @@ -1710,4 +1710,6 @@ header .circle { } } -/* End Responsive */ +p { + text-align: justify; +}