From 2e9283d98453ee77125fb2bbaf4ab3a644276f86 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 11 Feb 2021 12:47:01 -0500 Subject: [PATCH] Trying to add quote style. --- assets/css/style.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/css/style.scss b/assets/css/style.scss index e92b06c..fce2d0e 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -38,3 +38,11 @@ h1,h2,h3 { } } img {max-width: 100%; height:auto;} + +blockquote { + border-left: 4px solid red; + margin: 1em 0; +} +blockquote > * { + margin-left: 1em; +}