Current directory: /home/klas4s23/domains/585455.klas4s23.mid-ica.nl/public_html/Gastenboek/uploads
/* Custom styles can be added here to complement Tailwind CSS */
html {
height: 100%;
}
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
min-height: 100vh;
display: flex;
flex-direction: column;
}
/* Main content wrapper - add this class to push footer down */
.main-content {
flex: 1;
}
/* Footer stays at bottom */
footer {
margin-top: auto;
}
/* Mobile-friendly table styles */
@media (max-width: 640px) {
table {
font-size: 0.9rem;
}
td, th {
padding: 0.5rem !important;
}
/* Improve touch targets */
button, a.bg-blue-500, a.bg-green-500, a.bg-red-500, a.bg-purple-500 {
padding: 0.5rem 0.75rem !important;
}
/* Improve form inputs on mobile */
input[type="text"], input[type="password"] {
font-size: 16px !important; /* Prevents iOS zoom on focus */
}
}
/* Prevent horizontal overflow */
.overflow-x-auto {
-webkit-overflow-scrolling: touch;
}
/* You can add more custom styles as needed */