fix: minor issues

This commit is contained in:
pateljannat
2021-08-23 18:22:36 +05:30
parent 14a984c75f
commit 841819436a
13 changed files with 36 additions and 151 deletions

View File

@@ -630,6 +630,10 @@ input[type=checkbox] {
margin-bottom: 0.75rem;
}
.course-content-parent .chapter-description {
font-size: 0.7rem;
}
.chapter-icon {
margin-right: .25rem;
}
@@ -1295,10 +1299,6 @@ pre {
font-weight: bold;
}
a.talk-link {
text-decoration: none;
}
.speaker-cards-parent {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));