From 798ea30382acf09283466b690a3fe6e90ea3bd76 Mon Sep 17 00:00:00 2001 From: pateljannat Date: Wed, 11 Aug 2021 10:46:01 +0530 Subject: [PATCH] fix: chapter teaser jerk issue --- community/public/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/public/css/style.css b/community/public/css/style.css index 46e6e0e9..53840022 100644 --- a/community/public/css/style.css +++ b/community/public/css/style.css @@ -702,6 +702,7 @@ input[type=checkbox] { height: fit-content; padding-left: 1rem; padding-right: 1rem; + margin-bottom: 0.75rem; } .chapter-icon { @@ -813,7 +814,7 @@ input[type=checkbox] { } .lessons { - margin: 12px 0px 16px; + margin-bottom: 1rem; } .course-buttons {