From 28460622f4413aa2b6a17965b25eee014a6dbc6e Mon Sep 17 00:00:00 2001 From: vaporvee Date: Thu, 1 Feb 2024 12:56:57 +0100 Subject: [PATCH] added disclaimer --- src/pages/index.astro | 6 +++++- src/styles/home.scss | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index ce1b2b1..30c526f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -41,7 +41,11 @@ const yannikAge = new Date().getFullYear() - 2004; // 31/12/2003 >, and showcasing of my projects. Maybe also some other stuff all around the creative process of game developement or completely unrelated stuff like - cooking recepies in my blog ;) + cooking recepies in my blog ;)
+ (this website is getting rewritten and is not looking + good on mobile devices yet)

diff --git a/src/styles/home.scss b/src/styles/home.scss index ec029e6..392610e 100644 --- a/src/styles/home.scss +++ b/src/styles/home.scss @@ -4,7 +4,7 @@ main { } .home-main-box { - padding-block: 8vh; + padding-block: 7vh; display: flex; justify-content: space-between; align-items: center;