fix: increased margin above explore more link

This commit is contained in:
Jannat Patel
2021-11-18 15:07:29 +05:30
parent e7f47a4485
commit 2627cee938

View File

@@ -6,7 +6,7 @@
{{ 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">
<a class="button-links d-flex justify-content-center mt-12 intercative-link" style="color: var(--gray-800);" href="/courses">
<div>
Explore More
</div>