This commit is contained in:
Yapollon 2024-03-06 11:14:27 +01:00
commit 17a3f7bacc

View File

@ -48,7 +48,7 @@
} }
} }
@media (max-width: 770px) { @media (max-width: 767px) {
.day { .day {
width: 50px; width: 50px;
height: 50px; height: 50px;
@ -75,6 +75,13 @@
height: 30px; height: 30px;
} }
} }
@media (max-width: 300px) {
.day {
width: 25px;
height: 25px;
}
}
</style> </style>