From 38d5dc568d5a8b193405467b6468fdf2bbccfb8b Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Thu, 26 Mar 2020 16:48:05 +0900 Subject: [PATCH] fix: margin --- web/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index 4a9a2a4..9f69178 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -141,7 +141,7 @@ const Header = styled.header` const Legend = styled.div` margin-top: -100px; - padding: 80px 0 30px; + padding: 100px 0 30px; display: flex; flex-direction: row; justify-content: center; @@ -151,7 +151,7 @@ const Legend = styled.div` ${mobile} { margin-top: -80px; - padding: 60px 0 30px; + padding: 70px 0 30px; background-color: none; }