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
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue