From d823367fe4ba50c672eec8bda8d315e3ffae7122 Mon Sep 17 00:00:00 2001 From: Bruno Roy Date: Sun, 11 Aug 2024 17:16:11 -0700 Subject: [PATCH] Remove extra space after link tag --- static/css/root.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/root.css b/static/css/root.css index c2905e0..a6c9299 100644 --- a/static/css/root.css +++ b/static/css/root.css @@ -45,6 +45,7 @@ h6 { a { color: var(--color-link); + display: inline-block; text-decoration-color: var(--color-link-decoration); } @@ -164,4 +165,4 @@ html.theme-light .theme-button.-light { .link.padded, .navbar .link { padding: calc(var(--gap-quarter) * 0.5) var(--gap-quarter) 0; -} +} \ No newline at end of file