From 45e321f99db121a51dba386672e3b7c16ee0a324 Mon Sep 17 00:00:00 2001 From: rhenck <richard.henck@iqb.hu-berlin.de> Date: Thu, 6 Jan 2022 17:28:27 +0100 Subject: [PATCH] Add blockquote margins for the player as well See 5ff73e144ba1d3fee1f417d781bdbf83291ee497 --- projects/player/src/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/player/src/styles.css b/projects/player/src/styles.css index cf125771d..55548925d 100644 --- a/projects/player/src/styles.css +++ b/projects/player/src/styles.css @@ -11,6 +11,8 @@ body.inheritCursors * { blockquote { quotes: "\201E" "\201C"; text-indent: -1em; + margin-top: 20px; + margin-bottom: 20px; } blockquote:before { @@ -18,6 +20,7 @@ blockquote:before { font-size: 2.5em; padding-right: 3px; font-family: 'PT Sans', sans-serif; + line-height: 0; } blockquote:after { @@ -27,6 +30,7 @@ blockquote:after { padding-top: 0.3em; padding-left: 3px; font-family: 'PT Sans', sans-serif; + line-height: 0; } blockquote p { -- GitLab