From 9d30d0290dd87ed7fa00953238a37201ddd9452f Mon Sep 17 00:00:00 2001
From: Xingan Zhao <2081098605@qq.com>
Date: Wed, 2 Oct 2024 01:03:51 +0800
Subject: [PATCH] fix

---
 src/containers/App/App.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/containers/App/App.css b/src/containers/App/App.css
index 021aa02..7831ad4 100644
--- a/src/containers/App/App.css
+++ b/src/containers/App/App.css
@@ -467,8 +467,8 @@ footer a:hover {
 .rounded-border {
   margin: 5vw;
   margin-top: 5vh;
-  margin-bottom: 1vh ;
-  padding: 5vw;
+  margin-bottom: 5vh ;
+  padding: 3vw;
   border: 2px solid #e4dfb4b0; 
   /* 设置边框的宽度和颜色 */
   border-radius: 10px; /* 设置圆角半径 */
-- 
GitLab