We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df4f935 commit 58285e9Copy full SHA for 58285e9
1 file changed
index.php
@@ -85,6 +85,7 @@
85
}
86
87
.flatpickr-calendar {
88
+ width: auto !important;
89
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
90
border-radius: 8px !important;
91
border: 1px solid #e2e8f0 !important;
@@ -134,7 +135,7 @@
134
135
color: #334155;
136
137
- @media (max-width: 480px) {
138
+ @media (max-width: 360px) {
139
.card {
140
padding: 1.5rem !important;
141
0 commit comments