Skip to content
Snippets Groups Projects
Commit 4b92396c authored by 이권민's avatar 이권민
Browse files

[EDIT] UserTImeInfo CSS 수정

parent 86278e98
No related branches found
No related tags found
No related merge requests found
......@@ -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%;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment