From 353cbc11383545398a49ba19f94b6f0275bd81c2 Mon Sep 17 00:00:00 2001 From: Spencer Dub Date: Fri, 3 Apr 2020 13:21:22 -0700 Subject: [PATCH] Style blockquotes Adding some extra styling to blockquotes to set them apart in text. --- resources/sass/app.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/resources/sass/app.css b/resources/sass/app.css index ab31d08..2a0a553 100644 --- a/resources/sass/app.css +++ b/resources/sass/app.css @@ -111,7 +111,9 @@ dd { margin-left: 0; } blockquote { - margin: 0 0 1rem; } + margin: 0 2rem 1rem; + border-left: 4px solid #555; + padding-left: 1rem; } dfn { font-style: italic; } @@ -6576,4 +6578,4 @@ table.tournament col.venue { table.tournament col.details { width: 40%; } -/*# sourceMappingURL=app.css.map */ \ No newline at end of file +/*# sourceMappingURL=app.css.map */