From c84a0cd45dc3daafa3c0574684ebdae33b30a64e Mon Sep 17 00:00:00 2001 From: techncherry Date: Sat, 26 Oct 2024 23:27:18 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix:=20About=20=EC=9D=B4?= =?UTF-8?q?=EB=AF=B8=EC=A7=80=20=EB=B0=B0=ED=8F=AC=ED=8C=90=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=9C=84=EC=B9=98=20=EB=AC=B8=EC=A0=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/about/About.style.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/about/About.style.js b/src/components/about/About.style.js index e6bdcb4..5b27775 100644 --- a/src/components/about/About.style.js +++ b/src/components/about/About.style.js @@ -189,6 +189,7 @@ export const Poster = styled.object` width: 25vw; flex-shrink: 0; margin: 0; + display: block; @media (max-width: 768px) { width: 100%; @@ -378,6 +379,7 @@ export const Prof = styled.object` width: 16vw; flex-shrink: 0; margin: 0; + display: block; @media (max-width: 480px) { width: 30vw;