From 339d96cb22439ebcd0a68f85c1a91531c51c2f7a Mon Sep 17 00:00:00 2001 From: J'aimemin <61978339+Kim-Jaemin420@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:11:20 +0900 Subject: [PATCH] =?UTF-8?q?[#104]=20Fix:=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=20=EC=A0=84,=20=EA=B3=B5=EA=B0=84=20?= =?UTF-8?q?=EC=B0=A8=EC=A7=80=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20(#106)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + public/assets/favicon.ico | Bin 0 -> 4286 bytes src/pages/EmailLoginPage.tsx | 16 +++++++++++++--- src/pages/LoginPage.tsx | 16 ++++++++++++++-- src/pages/TteokgukCookingPage.tsx | 11 ++++++++--- 5 files changed, 36 insertions(+), 8 deletions(-) create mode 100644 public/assets/favicon.ico diff --git a/index.html b/index.html index d67d0749..4dc0f8b8 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,7 @@ property="og:description" content="자신만의 특별한 떡국을 만들고 응원 메시지를 전달하세요" /> + pdS)L2}hqJg!TvIv<-JP?e;ueLz9I)c5#SS)bH#A2L@*Jw~T&~tQg^A)+*vr%V)it1uw z>-of`tzA<7BD$Q~rCa*uk>L;P%XDe$m1(P){ zo}|uaY?EzcbR^jaJr_bPTGwATAvb{+dk6cFVIPkSzf((-zr?;r&y$C--C8zyIa$cN z^sgFzB-&50>A?g4=9lgg)-adW9`|!~L%h@a%H!3!E?8pWXPG zJVuUS+ZrqIU0PPX@~p7_6~_(iVPmPx2C#ZKw-|P~a;>?!*>-=_m^R-5T~7;V4Zh$x z6ApnnsN&Tm84ihdy$Ox+3n2{Ep-E7rZ&EHr-iNDP}ybh$~}5{W0Xd-F(h@ z_RxLk%o-2rUg8mj<{q}-9e_UeHt%^mKdP;vH>ql&KSm}MbzxrGaCMUFHh> zkny8s_?-L1>YXC|IhOr(riZ5Zykf7`cLZedJmEZ*##E^W^8BIxz=Q7S)D7x2QZ%T| z(a6HE$!FnDe4)?exHG>G5Qfx|ocF=pZ5l9EsDE>V?$6yb^Y-|_xIP}(_mZHAJX&RXs3`OF8 z^PO9oe|Zl+*2WyTv{#~Uf+M=tc5I&==odJ2IiG;8$@!T3N}Njb1#QPExhQ;S zHaOdtE88Db(#5))d9>{3z?8hBi}@$|?P0pu2fpM>)$~n1$vgr& z`2k?bzdcXnKdXt(}vI%a6`W4Or^A*lXC0Xk_>WADz4>h#@*0IV}yGATrg9JD- z=f1m|yxfPMte3`U)pPA~-EJl!Xjh1aj1Z2f5GTC+?*a@vS?e0h2p*W gwhpXi>QatOUB-b=){$x0b7W5KIkKnr8nW&G0(OU1fdBvi literal 0 HcmV?d00001 diff --git a/src/pages/EmailLoginPage.tsx b/src/pages/EmailLoginPage.tsx index 62176c97..5aa072c7 100644 --- a/src/pages/EmailLoginPage.tsx +++ b/src/pages/EmailLoginPage.tsx @@ -72,7 +72,7 @@ const EmailLoginPage = () => {
- 운전하는 용용이 + 운전하는 용용이
@@ -88,12 +88,12 @@ const styles = { justifyContent: "space-between", height: "calc(100vh - 4.8rem)", padding: "0 4rem", + position: "relative", }), content: css({ display: "flex", flexDirection: "column", - marginTop: "auto", - marginBottom: "auto", + marginY: "auto", }), emailInput: css({ marginBottom: "1.6rem", @@ -110,6 +110,16 @@ const styles = { textAlign: "center", }), imageContainer: css({ + position: "relative", marginX: "-4rem", + marginTop: "25rem", + }), + image: css({ + position: "absolute", + left: 0, + right: 0, + bottom: 0, + width: "100%", + height: "auto", }), }; diff --git a/src/pages/LoginPage.tsx b/src/pages/LoginPage.tsx index 327126ea..fdb39bff 100644 --- a/src/pages/LoginPage.tsx +++ b/src/pages/LoginPage.tsx @@ -76,8 +76,8 @@ const LoginPage = () => { 로그인
-
- 배달하는 용용이 +
+ 배달하는 용용이
@@ -112,6 +112,18 @@ const styles = { height: "calc(100vh - 4.8rem)", padding: "0 4rem", }), + imageContainer: css({ + width: "100%", + paddingTop: "101.01%", + position: "relative", + }), + image: css({ + position: "absolute", + top: 0, + left: 0, + width: "100%", + height: "auto", + }), buttonContainer: css({ width: "100%", }), diff --git a/src/pages/TteokgukCookingPage.tsx b/src/pages/TteokgukCookingPage.tsx index faa33133..6060beae 100644 --- a/src/pages/TteokgukCookingPage.tsx +++ b/src/pages/TteokgukCookingPage.tsx @@ -87,7 +87,7 @@ const TteokgukCookingPage = () => {
떡국 만들기
-
+
쇼핑하는 용용이
@@ -159,9 +159,14 @@ const styles = { paddingX: "2.4rem", paddingBottom: "2rem", }), + imageContainer: css({ + minHeight: "11.6rem", + maxHeight: "11.6rem", + objectFit: "contain", + }), image: css({ - height: "8.4rem", - border: "0.1rem solid", + height: "100%", + width: "auto", }), titleContainer: css({ display: "flex",