From 319fb401ffec10ac1c452a4edd618c54207efe64 Mon Sep 17 00:00:00 2001 From: YearaChoi <22200750@handong.ac.kr> Date: Tue, 6 Aug 2024 23:54:45 +0900 Subject: [PATCH 1/2] =?UTF-8?q?style:=20=EB=A9=94=EC=9D=B8=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=BB=A8=ED=85=90=EC=B8=A0=20=EB=A7=88?= =?UTF-8?q?=EC=A7=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MainPage/ContentMain.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/MainPage/ContentMain.jsx b/src/components/MainPage/ContentMain.jsx index 40f6b32..269b522 100644 --- a/src/components/MainPage/ContentMain.jsx +++ b/src/components/MainPage/ContentMain.jsx @@ -242,13 +242,13 @@ const Wrapper = styled.div` /* width: 1160px; */ width: 1000px; margin: auto; - margin-top: 135px; + margin-top: 115px; font-size: 20px; padding-bottom: 40px; justify-content: center; align-items: center; /* margin-left: 240px; */ - /* border: 1px solid red; */ + border: 1px solid red; `; const AdCon = styled.div` From 7940d24d30bb3dcfb1b12b3d0668084a75c8956b Mon Sep 17 00:00:00 2001 From: YearaChoi <22200750@handong.ac.kr> Date: Tue, 6 Aug 2024 23:55:09 +0900 Subject: [PATCH 2/2] =?UTF-8?q?style:=20=EB=A9=94=EC=9D=B8=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EB=A7=88=EC=A7=84=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MainPage/ContentMain.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MainPage/ContentMain.jsx b/src/components/MainPage/ContentMain.jsx index 269b522..79af60d 100644 --- a/src/components/MainPage/ContentMain.jsx +++ b/src/components/MainPage/ContentMain.jsx @@ -248,7 +248,7 @@ const Wrapper = styled.div` justify-content: center; align-items: center; /* margin-left: 240px; */ - border: 1px solid red; + /* border: 1px solid red; */ `; const AdCon = styled.div`