style.css
38 lines
| 1 | .tutor-wrap { |
| 2 | margin-left: auto; |
| 3 | margin-right: auto; |
| 4 | max-width: 700px; |
| 5 | padding-left: 2em; |
| 6 | padding-right: 2em; |
| 7 | } |
| 8 | .tutor-wrap:after { |
| 9 | clear: both; |
| 10 | content: ""; |
| 11 | display: block; |
| 12 | } |
| 13 | .tutor-course-lesson h5{ |
| 14 | letter-spacing: 0; |
| 15 | text-transform: none; |
| 16 | } |
| 17 | .site-content .tutor-wrap{ |
| 18 | margin-top: 30px; |
| 19 | } |
| 20 | .tutor-full-width-student-profile .tutor-wrap{ |
| 21 | margin: 0; |
| 22 | } |
| 23 | .tutor-dashboard-student.tutor-wrap{ |
| 24 | margin-top: 30px; |
| 25 | } |
| 26 | .tutor-price-preview-box ins{ |
| 27 | background: none; |
| 28 | } |
| 29 | @media screen and (min-width: 48em) { |
| 30 | .tutor-wrap { |
| 31 | max-width: 1000px; |
| 32 | padding-left: 3em; |
| 33 | padding-right: 3em; |
| 34 | } |
| 35 | .tutor-full-width-student-profile .tutor-wrap{ |
| 36 | padding: 0; |
| 37 | } |
| 38 | } |