index.module.less 131 B

123456
  1. .lessonCourseware{
  2. min-height: 100vh;
  3. background-color: rgba(255, 232, 206, 1);
  4. padding: 10px 0;
  5. box-sizing: border-box;
  6. }