From 61bc2a0ad1841bcdf3279a0890647b0883d1383a Mon Sep 17 00:00:00 2001 From: gnat Date: Wed, 30 Oct 2024 03:51:42 -0700 Subject: [PATCH] minor css changes --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index a55be32..bb0175a 100644 --- a/style.css +++ b/style.css @@ -222,8 +222,6 @@ footer { justify-content: flex-start; } - - a { display: flex; float: right; @@ -354,6 +352,7 @@ iframe { blockquote { border-left: 10px solid var(--gray); + margin: 4px 16px; padding-left: 10px; } @@ -397,6 +396,7 @@ sup { footnote { font-size: 13px; margin-top: 20px; + display: flex; } .post {