fix: chapter teaser jerk issue

This commit is contained in:
pateljannat
2021-08-11 10:46:01 +05:30
parent d5067a4bcd
commit 798ea30382

View File

@@ -702,6 +702,7 @@ input[type=checkbox] {
height: fit-content; height: fit-content;
padding-left: 1rem; padding-left: 1rem;
padding-right: 1rem; padding-right: 1rem;
margin-bottom: 0.75rem;
} }
.chapter-icon { .chapter-icon {
@@ -813,7 +814,7 @@ input[type=checkbox] {
} }
.lessons { .lessons {
margin: 12px 0px 16px; margin-bottom: 1rem;
} }
.course-buttons { .course-buttons {