From 1f4f3a906fc4fe4de3a53a4be0870cfeaa2d1e2f Mon Sep 17 00:00:00 2001 From: welpo Date: Mon, 6 Mar 2023 11:28:56 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20increase=20margin=20bet?= =?UTF-8?q?ween=20anchor=20and=20header?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_misc.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sass/parts/_misc.scss b/sass/parts/_misc.scss index 334e83d..42e5e62 100644 --- a/sass/parts/_misc.scss +++ b/sass/parts/_misc.scss @@ -34,7 +34,7 @@ iframe { .zola-anchor { font-size: 1rem; position: absolute; - margin-left: -1.7em; + margin-left: -1.9em; padding-right: 0.45em; padding-left: 0.4em; opacity: 0; @@ -49,9 +49,9 @@ h6:hover .zola-anchor { opacity: 1; } -h1, h2, h3, h4, h5, h6{ +h1, h2, h3, h4, h5, h6 { a:hover { - background-color: transparent; + background-color: transparent; } }