style: discussions titel zoals de rest

This commit is contained in:
Timo De Meyst 2025-05-15 17:24:02 +02:00
parent e2abaa2625
commit 860a46712b

View file

@ -201,7 +201,7 @@
<div class="d-flex flex-column h-100">
<v-list-item>
<template v-slot:title>
<div class="learning-path-title">Discussions</div>
<div class="title">Discussions</div>
</template>
</v-list-item>
<v-divider></v-divider>
@ -248,7 +248,13 @@
</template>
<style scoped>
.title {
color: #0e6942;
text-transform: uppercase;
font-weight: bolder;
padding-top: 2%;
font-size: 36px;
}
.learning-path-title {
white-space: normal;
}