From 895bae29a2313915ebdc7e2536f2ebaf3c9ac254 Mon Sep 17 00:00:00 2001 From: chaem03 Date: Tue, 6 Aug 2024 23:20:33 +0900 Subject: [PATCH] =?UTF-8?q?Design:=20=EC=B5=9C=EC=A2=85=20=EB=94=94?= =?UTF-8?q?=EC=9E=90=EC=9D=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Share/styled.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/Share/styled.js b/src/pages/Share/styled.js index 5b529ce..57124f8 100644 --- a/src/pages/Share/styled.js +++ b/src/pages/Share/styled.js @@ -8,11 +8,8 @@ export const Wrapper = styled.div` background-size: cover; flex-direction: column; background-size: cover; - margin-bottom: 5.5rem; + padding-bottom: 5.5rem; - @media (max-height: 700px) { - margin-bottom: 7.3rem; - } .Container { min-height: 100%; background-image: url(${Back}); @@ -160,6 +157,7 @@ export const shareContainr = styled.div` align-items: center; margin-top: 1rem; font-size: 1rem; + margin-bottom: 3rem; .backBtn { display: flex; width: 260px;