fixes
h3rald h3rald@h3rald.com
Sun, 17 Mar 2024 09:33:28 +0100
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
assets/styles/style.css
→
assets/styles/style.css
@@ -722,8 +722,8 @@ margin-right: 1rem;
} /* Avoid links on new line overwriting the previous line (links must be inline-block otherwise arrow icon may go on a new line*/ -li a, footer a, -:not(a[href^="http"]) { +li a, footer a, +h2 a, h3 a, h4 a { display: inline; }