update courses list with links + styling

This commit is contained in:
2023-01-31 16:30:50 +05:00
parent 8563f82c17
commit 21a1f9fd46
2 changed files with 28 additions and 2 deletions

View File

@ -445,3 +445,9 @@ footer {
}
}
}
.bulleted-list,
.bulleted-list ul {
margin-left: .75rem;
list-style-type: square;
}