Fixes
h3rald h3rald@h3rald.com
Sun, 17 Mar 2024 09:20:40 +0100
1 files changed,
3 insertions(+),
1 deletions(-)
jump to
M
assets/styles/style.css
→
assets/styles/style.css
@@ -721,7 +721,9 @@ list-style-type: "\203A";
margin-right: 1rem; } -li a { +/* 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"]) { display: inline; }