From d37e1f0618e2bb5f9d50f9b8839fc2d72fe64033 Mon Sep 17 00:00:00 2001 From: blackNoir2 <109542044+blackNoir2@users.noreply.github.com> Date: Fri, 26 Jan 2024 05:15:47 +0000 Subject: [PATCH] Update style.css shifted the text to the headings to left the paragraphs --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index c1ff0ea..db61072 100644 --- a/style.css +++ b/style.css @@ -1296,7 +1296,7 @@ q { /* center the text in the intro heading */ .intro-container p b { display: block; - text-align: center; + text-align: left; } .intro-container h2, @@ -1642,7 +1642,7 @@ q { padding-bottom: 10px; } - /* The introduction section which holds all the p-tags */ + /* The introduction for the intro which holds the p-tags */ .intro-section > p { /* everything else */ @@ -2029,6 +2029,7 @@ q { /* --------------------------------------------------- The quotation banner -------------------------------------------- */ figure blockquote p { font-size: 1.1rem; + ; } #quoteText {