all repos — h3rald @ 0c864f2054b4821216cb4f6468f9eeae9fc7dd59

The sources of https://h3rald.com

Fixes
h3rald h3rald@h3rald.com
Sun, 17 Mar 2024 09:20:40 +0100
commit

0c864f2054b4821216cb4f6468f9eeae9fc7dd59

parent

81d58cc61fdcffab684205d76e677e1162df2cf4

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M assets/styles/style.cssassets/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; }