From 4b92396c4fb2fc30422c8c877d5486b1bf7ce693 Mon Sep 17 00:00:00 2001 From: "rnjsals0905@gmail.com" <rnjsals0905@ajou.ac.kr> Date: Thu, 7 Dec 2023 17:05:44 +0900 Subject: [PATCH] =?UTF-8?q?[EDIT]=20UserTImeInfo=20CSS=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 --- react-whenMeet/src/styles/UserTimeInfo.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/react-whenMeet/src/styles/UserTimeInfo.css b/react-whenMeet/src/styles/UserTimeInfo.css index f4868b5..26416ce 100644 --- a/react-whenMeet/src/styles/UserTimeInfo.css +++ b/react-whenMeet/src/styles/UserTimeInfo.css @@ -3,6 +3,9 @@ flex-direction: column; padding: 20px; text-align: center; + align-items: stretch; + width: auto; + margin: 0 auto; /* 가운데 정렬을 위한 추가 */ } .calendarForm .calendar { height: auto; @@ -36,3 +39,14 @@ .cld .calendar .header h2 button { width: 30%; } + +@media (max-width: 768px) { + form { + width: 80%; + } +} +@media (max-width: 576px) { + form { + width: 90%; + } +} -- GitLab