Update styling

This commit is contained in:
Ramon Wenger 2024-02-27 16:43:28 +01:00
parent c048e40325
commit cca1f8f1ac
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@
v-if="module[property]?.length"
:key="module.id"
>
<h4>Thema: {{ topic.title }} - {{ module.metaTitle }}: {{ module.title }}</h4>
<h4 class="heading-4">Thema: {{ topic.title }} - {{ module.metaTitle }}: {{ module.title }}</h4>
<div
v-for="item in module[property]"
:key="item.id"

View File

@ -300,6 +300,7 @@ const answersTopics = computed(() => {
&__module {
border-bottom: 1px solid var(--color-silver);
margin-bottom: var(--section-spacing);
}
&__entry {