mobile.css 220 B

123456789101112131415
  1. #lesson_list {
  2. column-count: 1;
  3. }
  4. #course_info_head_1 {
  5. grid-template-columns: 100px 1fr;
  6. grid-gap: 10px;
  7. }
  8. #course_info_head_face,
  9. #course_info_head_face img {
  10. width: 100px;
  11. height: 100px;
  12. border-radius: 6px;
  13. }