diff --git a/rezervace-aut.html b/rezervace-aut.html
index d56e1bc..f06a513 100644
--- a/rezervace-aut.html
+++ b/rezervace-aut.html
@@ -86,12 +86,12 @@
}
.fc-timegrid-slot {
- height: 3rem !important;
+ height: 2rem !important;
}
.fc-timegrid-slot-label {
- font-size: 0.875rem;
- color: #64748b;
+ font-size: 0.75rem !important;
+ padding: 0 !important;
}
.reservation-card {
@@ -125,11 +125,18 @@
.vehicle-bmw-218d { background-color: #f3e6ff; color: #6f42c1; }
.vehicle-skoda-superb { background-color: #ffe6e6; color: #dc3545; }
+ /* Calendar size adjustments */
+ .calendar-container {
+ max-width: 800px;
+ margin: 0 auto;
+ padding: 1rem;
+ }
+
/* Responsive calendar styles */
@media (max-width: 768px) {
.fc .fc-toolbar {
flex-direction: column;
- gap: 1rem;
+ gap: 0.5rem;
}
.fc .fc-toolbar-title {
@@ -141,7 +148,7 @@
}
.fc-view-harness {
- height: 500px !important; /* Smaller height on mobile */
+ height: 400px !important;
}
.fc .fc-button {
@@ -151,14 +158,8 @@
}
/* Adjust calendar size for desktop */
- .calendar-container {
- max-width: 900px;
- margin: 0 auto;
- padding: 1rem;
- }
-
.fc-view-harness {
- height: 600px !important; /* Default height for desktop */
+ height: 500px !important; /* Reduced from 600px */
}
/* Form container styles */
@@ -374,14 +375,13 @@