reduce size

This commit is contained in:
Lanta 2023-11-03 21:46:20 +01:00
parent d9052466ae
commit 224cfa464f

View file

@ -100,7 +100,10 @@ footer {
nav ul {
text-align: left; /* Align nav items to the left on mobile for better spacing */
}
th, td {
padding: 5px; /* Reduce padding */
font-size: 12px; /* Reduce font size */
}
/* Other styles can be added here as needed for mobile optimization */
}