From 2942df6f9e944d6c5b02aaf8725e4d1b4c039802 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Thu, 31 Aug 2023 14:04:34 +0200 Subject: [PATCH] Fix tag styling --- css/site.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/site.css b/css/site.css index be21839..6da0c7c 100644 --- a/css/site.css +++ b/css/site.css @@ -16,8 +16,10 @@ blog-post + blog-post { text-decoration: none; color: inherit; padding: .2em; + line-height: 1em; padding-left: 1.2em; transition: all .3s; + display: inline-block; } post-tag > a::before, post-tag > a::after {