Update styling
This commit is contained in:
parent
c048e40325
commit
cca1f8f1ac
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -300,6 +300,7 @@ const answersTopics = computed(() => {
|
|||
|
||||
&__module {
|
||||
border-bottom: 1px solid var(--color-silver);
|
||||
margin-bottom: var(--section-spacing);
|
||||
}
|
||||
|
||||
&__entry {
|
||||
|
|
|
|||
Loading…
Reference in New Issue