From 553ac47715f933365f1ad66204071001a73031aa Mon Sep 17 00:00:00 2001 From: James Purser Date: Fri, 22 Sep 2023 20:58:46 +1000 Subject: [PATCH] Small css change for blockqoute formatting --- components/css/styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/components/css/styles.css b/components/css/styles.css index 387b158..d92d3b5 100755 --- a/components/css/styles.css +++ b/components/css/styles.css @@ -293,4 +293,13 @@ .transcript { text-align: justify; + } + + blockquote { + font-style: italic; + padding-left: 40px; + border-left: solid; + border-left-width: 1em; + border-left-color: gray; + padding-top: 10px; } \ No newline at end of file