From f0ea1cad7798e8dd3574f886f2c1e6c1626e2419 Mon Sep 17 00:00:00 2001 From: vrifox Date: Sun, 5 Mar 2023 23:25:21 +0100 Subject: [PATCH] improve home header --- assets/scss/home.scss | 1 + i18n/de.yaml | 2 +- i18n/en.yaml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/scss/home.scss b/assets/scss/home.scss index a26ec32..b1a9e23 100644 --- a/assets/scss/home.scss +++ b/assets/scss/home.scss @@ -21,6 +21,7 @@ height: 100vh; h1 { letter-spacing: 0.5rem; + font-size: 7rem; } p { letter-spacing: 0.15rem; diff --git a/i18n/de.yaml b/i18n/de.yaml index e67e4f7..bd4900a 100644 --- a/i18n/de.yaml +++ b/i18n/de.yaml @@ -26,7 +26,7 @@ verticalposts-more: introduction-heading: other: Hola, ich bin Vri introduction-sub: - other: Informatik ist meine Leidenschaft. + other: und Informatik ist meine Leidenschaft. latest-posts-heading: other: Aus meinem Blog \ No newline at end of file diff --git a/i18n/en.yaml b/i18n/en.yaml index f48fde6..ae03036 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -26,7 +26,7 @@ verticalposts-more: introduction-heading: other: Hola, I am Vri introduction-sub: - other: Computer Science is my passion. + other: and Computer Science is my passion. latest-posts-heading: other: From my Blog \ No newline at end of file