From 926d2da728fad067367e481954e8c43ed58fd06c Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Fri, 11 Jun 2021 11:08:57 +0200 Subject: [PATCH] style blockquotes --- style/page.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/style/page.css b/style/page.css index 44ca3f5..93518d7 100644 --- a/style/page.css +++ b/style/page.css @@ -321,3 +321,10 @@ footer { font-style: italic; color: hsl(330deg, 80%, 30%); } + +blockquote { + max-width: 70%; + border-left: 1px solid black; + padding-left: 1em; + margin: auto; +}