From 3ee2f57946306e4972877b61d9a51f043f6da389 Mon Sep 17 00:00:00 2001 From: Marco Biedermann Date: Thu, 3 Oct 2019 23:32:25 +0200 Subject: [PATCH] fix: space Add missing space after selector --- src/parts/_typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parts/_typography.css b/src/parts/_typography.css index dcdc2cb..d465c84 100644 --- a/src/parts/_typography.css +++ b/src/parts/_typography.css @@ -42,7 +42,7 @@ q::after { content: none; } -blockquote, q{ +blockquote, q { border-left: 4px solid var(--focus); margin: 1.5em 0em; padding: 0.5em 1em;