diff --git a/frontend/src/views/HomePage.vue b/frontend/src/views/HomePage.vue index d8562fba..0899902d 100644 --- a/frontend/src/views/HomePage.vue +++ b/frontend/src/views/HomePage.vue @@ -25,9 +25,10 @@
Dwengo logo - {{ t("homeTitle") }} +

{{ t("homeTitle") }}

{{ t("homeIntroduction1") }}

@@ -55,7 +56,7 @@ width="125" src="/assets/home/innovative.png" > - {{ t("innovative") }} +

{{ t("innovative") }}

- {{ t("researchBased") }} +

{{ t("researchBased") }}

- {{ t("sociallyRelevant") }} +

{{ t("sociallyRelevant") }}

- {{ t("inclusive") }} +

{{ t("inclusive") }}

@@ -158,7 +159,7 @@ margin-bottom: 10px; } - h { + h2 { font-size: large; font-weight: bold; align-self: center;