CSS fix onradio page schedule widget

Widen width or show time and name columns on mobile phones
This commit is contained in:
drigato 2015-07-09 10:34:48 -04:00
parent ad39174f57
commit 5ec3684ea6
2 changed files with 4 additions and 4 deletions

View File

@ -217,11 +217,11 @@ background: rgba(53, 53, 53, 1.0);
@media (max-width: 400px) {
.schedule_item div.time_grid {
width: 90%;
width: 95%;
}
.schedule_item div.name_grid {
width: 90%;
width: 95%;
}
}

View File

@ -167,11 +167,11 @@ body {
@media (max-width: 400px) {
.schedule_item div.time_grid {
width: 90%;
width: 95%;
}
.schedule_item div.name_grid {
width: 90%;
width: 95%;
}
}