CSS fix onradio page schedule widget
Widen width or show time and name columns on mobile phones
This commit is contained in:
parent
ad39174f57
commit
5ec3684ea6
2 changed files with 4 additions and 4 deletions
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue