From ac83d60ba93e39415032ee407f7e78c9d90131cf Mon Sep 17 00:00:00 2001 From: FarseaSH Date: Thu, 2 Sep 2021 12:52:28 +0800 Subject: [PATCH] add padding to tags --- static/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 105cfd7..ec23899 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -152,7 +152,8 @@ p{ } .tag::before{ - content:"#" + content:"#"; + padding-right: 1px; } .tag{ font-size: 80%;