From d2768b1f11463553d032168bd9fccaa88cb37155 Mon Sep 17 00:00:00 2001 From: shuai Date: Fri, 30 May 2025 11:22:00 +0800 Subject: [PATCH] fix: hr tag's margin use 1.5rem --- ui/src/index.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/index.scss b/ui/src/index.scss index 59de8d9a..fb1e06a7 100644 --- a/ui/src/index.scss +++ b/ui/src/index.scss @@ -216,6 +216,7 @@ img[src=''] { text-align: center; opacity: 1; flex: none; + margin: 1.5rem 0; &::before { content: ''; position: absolute;