From fd203859c277af01b7fb53380e3512d04134072b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9E=84=EB=8F=99=ED=98=84?= Date: Wed, 27 Dec 2023 13:51:04 +0900 Subject: [PATCH] =?UTF-8?q?design:=20=EB=A9=94=EC=9D=B8=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EB=AA=A8=EB=B0=94=EC=9D=BC=EC=97=90=20?= =?UTF-8?q?=EB=A7=9E=EA=B2=8C=20=EC=88=98=EC=A0=95=20(#106)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/home/ClubIntroduction.vue | 12 +++++++++--- src/components/home/MainInfo.vue | 8 ++------ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/components/home/ClubIntroduction.vue b/src/components/home/ClubIntroduction.vue index 0f3a074..d4afe5b 100644 --- a/src/components/home/ClubIntroduction.vue +++ b/src/components/home/ClubIntroduction.vue @@ -12,15 +12,15 @@

창립 년도


-
2019년

+
2019


누적 회원


- 130+ 명

+ 130+


활동 회원


- 70+ 명

+ 70+

@@ -86,4 +86,10 @@ h2 { font-weight: bold; font-size: 30px; } + +@media (max-width: 768px) { + #for-media{ + display: none; + } +} diff --git a/src/components/home/MainInfo.vue b/src/components/home/MainInfo.vue index 49af0a9..01db8c4 100644 --- a/src/components/home/MainInfo.vue +++ b/src/components/home/MainInfo.vue @@ -57,7 +57,7 @@ export default {} position: relative; } -@media (max-width: 1300px) { +@media (max-width: 768px) { #yonsei-golf { font-size: 50px; @@ -68,11 +68,7 @@ export default {} } #info { - font-size: 20px; - color: white; - text-align: left; - margin-left: 10%; - position: relative; + display: none; } }