From 163971b062bd186cb72c5f9190aa98e14ee8218b Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sun, 24 Jul 2022 21:58:56 -0500 Subject: Fix aside alignment --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index a8101a2..a6a11f9 100644 --- a/style.css +++ b/style.css @@ -144,9 +144,10 @@ footer a:link { padding: 2ch; order: 1; border-bottom: 1px solid; + text-align: left; } aside li { - display: inline; + display: inline-block; background: inherit !important; } aside li::after { @@ -154,7 +155,7 @@ footer a:link { background: inherit; font-weight: normal; } - aside a { display: inline; } + aside a { display: inline; } aside li:last-child::after { content: ""; } -- cgit 1.4.1-21-gabe81