From 6e9b58a91316b709c773d24e98145577f2f665e9 Mon Sep 17 00:00:00 2001 From: Marco Biedermann Date: Thu, 3 Oct 2019 23:28:09 +0200 Subject: [PATCH] fix: space Remove space before comma --- 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 6997b13..6ccdb03 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;