From d2d072f70a9b063f408e2aae729361d7aece62ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89my=20OniriCorpe?= Date: Sun, 13 Mar 2022 19:18:17 +0100 Subject: [PATCH] fix des blockquote sur mobile --- html/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/header.html b/html/header.html index 9ea7a5f..09b3cd8 100644 --- a/html/header.html +++ b/html/header.html @@ -55,7 +55,7 @@ } blockquote { - margin: 1em 1em; + margin: 0 1em; } }