From a5666b6b5c01ae304960e67efbc8a1264cecc373 Mon Sep 17 00:00:00 2001 From: Rafael Bardini Date: Sun, 5 Jul 2020 19:54:38 +0200 Subject: [PATCH] Add space between blockquote vertical bar and text --- style.css | 1 + tap-snapshots/test-render.js-TAP.test.js | 1 + 2 files changed, 2 insertions(+) diff --git a/style.css b/style.css index 34070a5..4775e5b 100644 --- a/style.css +++ b/style.css @@ -40,6 +40,7 @@ li:before { blockquote { border-left: 5px solid #e7e9ec; font-size: 1rem; + padding-left: 1rem; } em { color: #95a5a6; diff --git a/tap-snapshots/test-render.js-TAP.test.js b/tap-snapshots/test-render.js-TAP.test.js index b37c35e..6141ed2 100644 --- a/tap-snapshots/test-render.js-TAP.test.js +++ b/tap-snapshots/test-render.js-TAP.test.js @@ -58,6 +58,7 @@ li:before { blockquote { border-left: 5px solid #e7e9ec; font-size: 1rem; + padding-left: 1rem; } em { color: #95a5a6;