Update styling
This commit is contained in:
parent
c048e40325
commit
cca1f8f1ac
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue