fix: button positions on course home

This commit is contained in:
Jannat Patel
2022-03-19 10:09:32 +05:30
parent da370a7dd2
commit 573a1f22dc
2 changed files with 17 additions and 14 deletions

View File

@@ -66,7 +66,7 @@
<div class="progress-percent">{{ progress }}% Completed</div>
{% endif %}
<div class="zindex course-card-footer">
<div class="course-card-footer">
<span class="">
{% set instructors = get_instructors(course.name) %}
{% set ins_len = instructors | length %}