From 7eec8fdae83d2f34de182a2dd2463d2c3c05bf71 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Thu, 11 Jun 2020 21:32:37 +0200 Subject: [PATCH] [STYLE] Add margin on top of blockquotes --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 37dabe6..502704c 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -677,11 +677,11 @@ blockquote { position: relative; background-color: var(--background-color-light); padding: 0.1rem 1rem; + margin-top: 2rem; } .bigquote { padding: 1rem; border-radius: 1.5rem; - margin-top: 2rem; } .bigquote p:first-of-type { margin-top: 0;