From dacee4d94160ad317f17f114926b8b2b49a4c2be Mon Sep 17 00:00:00 2001 From: myf <> Date: Fri, 29 Apr 2022 17:35:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AC=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Announcement/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Announcement/index.tsx b/src/views/Announcement/index.tsx index 76cf6ef..6cfe72f 100644 --- a/src/views/Announcement/index.tsx +++ b/src/views/Announcement/index.tsx @@ -14,7 +14,7 @@ interface DetailProps { } const ContainerMain = styled.div` background: ${({ theme }) => theme.colors.gradients.bubblegum}; - /* padding: 30px 0; */ + padding: 30px 0; ` const MainDiv = styled.div` width: 100%;