fix: empty state
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
<div class="small">
|
||||
You have not enrolled in any course yet.
|
||||
</div>
|
||||
<span class="button is-primary ml-auto mr-auto mt-3">
|
||||
<a class="button is-primary ml-auto mr-auto mt-3" href="/courses">
|
||||
Explore Courses
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
@@ -212,7 +212,6 @@ input[type=checkbox] {
|
||||
|
||||
.courses-header {
|
||||
margin-bottom: 1.5rem;
|
||||
padding: 0 1rem;
|
||||
color: var(--text-color);
|
||||
font-weight: 600;
|
||||
font-size: 22px;
|
||||
|
||||
Reference in New Issue
Block a user