From 2dbcbd1b9691c3b47311ef5d40a8bfb2a8da0cea Mon Sep 17 00:00:00 2001 From: wtolley Date: Mon, 4 Nov 2024 01:03:28 -0500 Subject: [PATCH] Update styles.css --- css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/styles.css b/css/styles.css index de226f6..885567a 100644 --- a/css/styles.css +++ b/css/styles.css @@ -81,6 +81,10 @@ main { text-align: justify; /* Justify text */ } +.summary { + text-align: justify; /* Justifies the text in the summary section */ +} + /* Photo Box */ .photo-box { flex: 1; /* Photo box is narrower */