style: course cards and templates

This commit is contained in:
Jannat Patel
2021-11-10 17:08:46 +05:30
parent f1692763d3
commit 7939e6c619
5 changed files with 44 additions and 18 deletions

View File

@@ -6,4 +6,10 @@
{{ widgets.CourseCard(course=course, read_only=False) }}
{% endfor %}
</div>
<a class="button-links d-flex justify-content-center mt-10 intercative-link" style="color: var(--gray-800);" href="/courses">
<div>
Explore More
</div>
<div class="interactive-arrow"></div>
</a>
</div>