diff --git a/sermon-a4.css b/sermon-a4.css index 2363201..d95524f 100644 --- a/sermon-a4.css +++ b/sermon-a4.css @@ -135,7 +135,7 @@ mark { blockquote { font-weight: 500; - margin-bottom: 0px; + margin-bottom: 20px; } /* Entfernt den Zeilenumbruch der Absätze im Zitat */ @@ -145,11 +145,11 @@ blockquote p { } blockquote cite { - display: inline; - color: var(--colorblockquote); - font-weight: normal; - margin-top: 0px; - margin-left: 10px; /* Ein kleiner Abstand nach dem Text, damit es nicht klebt */ + display: inline; + font-weight: normal; + font-style: normal; + color: var(--colorblockquote); + margin-left: 0.6em; /* Abstand zwischen Versende und Quelle */ } table {