diff --git a/Static/site.css b/Static/site.css index c9fad86..68c0437 100644 --- a/Static/site.css +++ b/Static/site.css @@ -402,13 +402,16 @@ main { } } - blockquote>p { - font-family: 'Vollkorn'; - font-size: 18pt; - line-height: 1.5; - font-weight: 400; - padding: .5rem 2rem; + blockquote { border-left: 6px solid #F0F0F0; + padding: .5rem 2rem; + + > p { + font-family: 'Vollkorn'; + font-size: 18pt; + line-height: 1.5; + font-weight: 400; + } } p { @@ -563,4 +566,4 @@ footer{ top: 24px; right: 24px; z-index: 999; -} \ No newline at end of file +}