style.css
24 lines
| 1 | .tutor-wrap{ |
| 2 | padding-top: 80px; |
| 3 | padding-bottom: 80px; |
| 4 | } |
| 5 | |
| 6 | .tutor-login-form-wrap #loginform { |
| 7 | width: auto; |
| 8 | padding: 0; |
| 9 | border: none; |
| 10 | } |
| 11 | |
| 12 | .tutor-lesson-content-area{ |
| 13 | margin-bottom: 60px; |
| 14 | } |
| 15 | |
| 16 | .tutor-lesson-content-area, |
| 17 | .tutor-quiz-single-wrap { |
| 18 | margin: 0 100px 80px; |
| 19 | } |
| 20 | |
| 21 | .tutor-course-loop .tutor-course-header a img{ |
| 22 | width: 100%; |
| 23 | height: auto; |
| 24 | } |