Optimize calendar for mobile

pull/1/head
dugo3number2 2023-02-10 13:34:23 -06:00
parent cdfbcf1a48
commit 2358b3c635
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
main {
overflow: auto;
}
table {
border-collapse: collapse;
}