Finished calendar.js (for now)

This commit is contained in:
2020-06-26 13:07:57 +02:00
parent 812ff6e855
commit df8eb6c8cb
4 changed files with 12 additions and 9 deletions
+3 -3
View File
@@ -6737,11 +6737,11 @@ main {
color: #99A4AE;
font-size: 12px;
font-weight: 700;
padding: 12px 3px;
padding: 6px 3px;
text-align: center;
text-transform: uppercase;
width: 40px;
height: 38px;
height: 18px;
}
@media (min-width: 360px) {
@@ -6765,7 +6765,7 @@ main {
@media (min-width: 360px) {
.calendar-table__body .calendar-table__col {
width: 46px;
height: 48px;
height: 24px;
}
}