From a345597a83beec3bfa616ea62d4240db9c72a25c Mon Sep 17 00:00:00 2001 From: Solene Rapenne Date: Sat, 2 Oct 2021 19:43:35 +0200 Subject: [PATCH] Remove tabs --- issues/_common/header | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/issues/_common/header b/issues/_common/header index 4f47495..58a573a 100644 --- a/issues/_common/header +++ b/issues/_common/header @@ -100,27 +100,27 @@ ul { } blockquote { - position: relative; - padding: 1.5rem; + position: relative; + padding: 1.5rem; } blockquote:before, blockquote:after { - position: absolute; - font-size: 4rem; + position: absolute; + font-size: 4rem; color:rgba(128,128,128,0.5); } blockquote:before { - content: open-quote; - left: -1rem; - top: -1rem; + content: open-quote; + left: -1rem; + top: -1rem; } blockquote:after { - content: close-quote; - right: -1rem; - bottom: -1rem; + content: close-quote; + right: -1rem; + bottom: -1rem; } cite {