diff --git a/app/components/Calendar.module.css b/app/components/Calendar.module.css index 2f65dc2..13b1c7a 100644 --- a/app/components/Calendar.module.css +++ b/app/components/Calendar.module.css @@ -130,7 +130,6 @@ padding: 10px 20px; margin-right: 1rem; box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; - } .boxModalCancelButton { @@ -139,5 +138,18 @@ border-radius: 10px; padding: 10px 20px; box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; +} +.guideText { + color: #555; + text-align: center; + margin-bottom: 2rem; + font-size: 0.8rem; + max-width: 35rem; + margin-left: auto; + margin-right: auto; + + h3 { + margin-top: 0rem; + } } \ No newline at end of file diff --git a/app/components/Calendar.tsx b/app/components/Calendar.tsx index fd7c56d..a26f2cc 100644 --- a/app/components/Calendar.tsx +++ b/app/components/Calendar.tsx @@ -213,6 +213,11 @@ export default function Calendar() {