Skip to content

Commit 58285e9

Browse files
authored
fix
1 parent df4f935 commit 58285e9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
}
8686

8787
.flatpickr-calendar {
88+
width: auto !important;
8889
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
8990
border-radius: 8px !important;
9091
border: 1px solid #e2e8f0 !important;
@@ -134,7 +135,7 @@
134135
color: #334155;
135136
}
136137

137-
@media (max-width: 480px) {
138+
@media (max-width: 360px) {
138139
.card {
139140
padding: 1.5rem !important;
140141
}

0 commit comments

Comments
 (0)