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" v-if="module[property]?.length"
:key="module.id" :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 <div
v-for="item in module[property]" v-for="item in module[property]"
:key="item.id" :key="item.id"

View File

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