feat: search bar on course list

This commit is contained in:
Jannat Patel
2021-11-12 10:10:39 +05:30
parent f1692763d3
commit 1697c5d5b5
7 changed files with 87 additions and 28 deletions

View File

@@ -210,14 +210,6 @@ input[type=checkbox] {
}
}
.courses-header {
margin-bottom: 1.5rem;
color: var(--text-color);
font-weight: 600;
font-size: var(--text-3xl);
letter-spacing: -0.0175em
}
@media (min-width: 576px) and (max-width: 992px) {
.container {
padding-left: 1rem;