diff --git a/client/src/components/profile/ActivityList.vue b/client/src/components/profile/ActivityList.vue index d1ce3b7a..e10b21a4 100644 --- a/client/src/components/profile/ActivityList.vue +++ b/client/src/components/profile/ActivityList.vue @@ -10,7 +10,7 @@ v-if="module[property]?.length" :key="module.id" > -

Thema: {{ topic.title }} - {{ module.metaTitle }}: {{ module.title }}

+

Thema: {{ topic.title }} - {{ module.metaTitle }}: {{ module.title }}

{ &__module { border-bottom: 1px solid var(--color-silver); + margin-bottom: var(--section-spacing); } &__entry {