From 7a7c64168c673b44bdf6fc0dcc753ab94cf27e0d Mon Sep 17 00:00:00 2001 From: yeonsu Date: Wed, 29 Mar 2023 22:52:28 +0900 Subject: [PATCH] fix(css): Modify Home content not aligned (#39) --- client/src/components/UI/Guideline.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/UI/Guideline.jsx b/client/src/components/UI/Guideline.jsx index 2a8a8c4..98ffe0b 100644 --- a/client/src/components/UI/Guideline.jsx +++ b/client/src/components/UI/Guideline.jsx @@ -22,6 +22,7 @@ function Guideline() { const Wrapper = styled.div` display: flex; margin-top: 3.375rem; + width: 73.25rem; `; const GuideImage = styled.img`