style: overview card

This commit is contained in:
Jannat Patel
2021-10-26 10:06:06 +05:30
parent f95b9b4f00
commit 41f7be4ebc
4 changed files with 11 additions and 7 deletions

View File

@@ -246,6 +246,10 @@ input[type=checkbox] {
margin-left: 10px;
}
.overview-item {
display: flex;
}
.reviews-section {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
@@ -613,7 +617,7 @@ input[type=checkbox] {
}
.lesson-links {
display: block;
display: flex;
padding: 0 1rem;
margin-bottom: .25rem;
color: inherit;