From dac1c4bf510bcb7e624ea7f37320de089c823062 Mon Sep 17 00:00:00 2001 From: Baoshuo Date: Wed, 21 Sep 2022 12:57:48 +0800 Subject: [PATCH] fix: list tags margin --- web/css/uoj-theme.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/web/css/uoj-theme.css b/web/css/uoj-theme.css index ada326d..bee4c16 100644 --- a/web/css/uoj-theme.css +++ b/web/css/uoj-theme.css @@ -373,10 +373,8 @@ pre { color: red; } -.uoj-problem-tag { - margin-left: 5px; - margin-right: 5px; -} +.uoj-problem-tag, +.uoj-list-tag, .uoj-blog-tag { margin-left: 5px; margin-right: 5px;