fix: margin
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<div>
|
<div>
|
||||||
<h2 class="section-title">{{ title }}</h2>
|
<h2 class="section-title">{{ title }}</h2>
|
||||||
<div class="cards-parent">
|
<div class="cards-parent mt-10">
|
||||||
{% for course_row in courses %}
|
{% for course_row in courses %}
|
||||||
{% set course = frappe.get_doc("LMS Course", course_row.course) %}
|
{% set course = frappe.get_doc("LMS Course", course_row.course) %}
|
||||||
{{ widgets.CourseCard(course=course) }}
|
{{ widgets.CourseCard(course=course) }}
|
||||||
|
|||||||
Reference in New Issue
Block a user