From 2d2a6bd1889cff4c60d113dd0d50418dfabe17f3 Mon Sep 17 00:00:00 2001 From: Leon Mika Date: Thu, 14 Mar 2024 21:42:38 +1100 Subject: [PATCH] more styling of the links --- static/sidebar.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/sidebar.css b/static/sidebar.css index 4a7f5aa..c888e3e 100644 --- a/static/sidebar.css +++ b/static/sidebar.css @@ -53,10 +53,10 @@ div.blogroll-footer-links { } div.blogroll-footer-links a { - inline-inline: 8px; + margin-inline: 6px; box-sizing: border-box; } div.blogroll-footer-links a:first-of-type { - border-inline-start: none; + margin-inline-start: 0; } \ No newline at end of file