refactor(backend): Ondersteuning voor gepersonaliseerde leerpaden toegevoegd.

This commit is contained in:
Gerald Schmittinger 2025-04-01 00:31:16 +02:00
parent a17e2b2793
commit dc99835a9d
3 changed files with 99 additions and 78 deletions

View file

@ -18,10 +18,15 @@ const learningObjectHtmlQueryResult: UseQueryReturnType<Document, Error> = useLe
<style scoped>
.learning-object-container {
margin: 20px;
padding: 20px;
}
:deep(hr) {
margin-top: 10px;
margin-bottom: 10px;
}
:deep(li) {
margin-left: 30px;
margin-top: 5px;
margin-bottom: 5px;
}
</style>