index로 이동 변경

This commit is contained in:
pjs
2026-01-19 18:46:44 +09:00
parent cacfdfb943
commit 559e99b050
4 changed files with 35 additions and 12 deletions

View File

@@ -385,6 +385,29 @@ body {
cursor: not-allowed !important;
}
.flatpickr-calendar {
max-width: 320px;
margin: 0 auto;
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.flatpickr-day.disabled {
color: #ccc !important;
background: #f8f9fa;
cursor: not-allowed;
}
.flatpickr-day.today {
background: #007bff;
color: white;
}
.flatpickr-day.selected {
background: #28a745;
border-color: #28a745;
}
/* Responsive Design */
@media (max-width: 1199.98px) {
.reservation-container {

View File

@@ -23,7 +23,7 @@
<meta property="og:description" content="설명문구">
<!-- 사이트등록및소유확인 -->
<meta name="naver-site-verification" content="" />
<meta name="naver-site-verification" content="194ca1bb5bf1c69ced9c4c9693bef1adacb4acd4" />
<title>메이드유</title>