MM 330 FIXED

master
umasoodch 6 years ago
parent d6e378c699
commit 58edb1c767

@ -1373,13 +1373,21 @@ border:0px
--border-radius: 0.4cm;
}
.monthview-datetable {
*{
font-size: 11px !important;
font-weight: normal !important;
@media screen and (min-width: 300px) and (max-width:360px) {
*{
font-size: 9px !important;
font-weight: normal !important;
}
}
@media screen and (min-width: 361px) {
*{
font-size: 11px !important;
font-weight: normal !important;
}
}
thead th {
border:none !important;
color:#888;

Loading…
Cancel
Save