From bd18da0f6b654d8a31eedd82aad1cfda1c3b2cf0 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Sun, 1 May 2022 13:37:04 +0200 Subject: [PATCH] Correction citations --- styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 908ff22..ee5d4f5 100644 --- a/styles.css +++ b/styles.css @@ -428,7 +428,7 @@ abbr { color: var(--a-lec_blue); content: "„"; font-size: 3rem; - margin-right: -30px; + margin-right: -35px; margin-top: -35px; display: block; text-align: right; @@ -446,9 +446,11 @@ abbr { } .a-lec_fgc-quote a { + display: inline-block; background-color: var(--a-lec_yellow); padding: 4px; color: var(--a-lec_black); + margin-top: 5px; } .a-lec_fgc-quote a:hover {