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;