style.css
11 lines
| 1 | body.single-lesson #content .col-full, body.single-tutor_quiz #content .col-full, body.single-tutor_assignments #content .col-full, body.single-tutor_zoom_meeting #content .col-full{ |
| 2 | width: 100%; |
| 3 | max-width: 100%; |
| 4 | padding: 0; |
| 5 | margin: 0; |
| 6 | } |
| 7 | .tutor-container{ |
| 8 | max-width: 1170px; |
| 9 | padding: 0 15px 0 15px; |
| 10 | } |
| 11 |