From e035d3ba5cf5f28c6f7f8784ad04edd711774a93 Mon Sep 17 00:00:00 2001 From: FarseaSH Date: Sat, 16 Mar 2024 22:39:44 +0800 Subject: [PATCH] IMPROVEMENT: shorten the margin between tag and context --- assets/style-refractored.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style-refractored.scss b/assets/style-refractored.scss index 389f709..65ea0d3 100644 --- a/assets/style-refractored.scss +++ b/assets/style-refractored.scss @@ -280,7 +280,7 @@ $gray: #919EB1; flex-direction: row; flex-wrap: wrap; - margin-bottom: 20px; + margin-bottom: 10px; .new-tag { line-height: 30px; padding-left: 20px;