added disclaimer

This commit is contained in:
2024-02-01 12:56:57 +01:00
parent 6e785a5e1a
commit 28460622f4
2 changed files with 6 additions and 2 deletions

View File

@@ -41,7 +41,11 @@ const yannikAge = new Date().getFullYear() - 2004; // 31/12/2003
>, and showcasing of my <a href="/projects">projects</a>. >, and showcasing of my <a href="/projects">projects</a>.
Maybe also some other stuff all around the creative process Maybe also some other stuff all around the creative process
of game developement or completely unrelated stuff like of game developement or completely unrelated stuff like
cooking recepies in my <a href="/blog">blog</a> ;) cooking recepies in my <a href="/blog">blog</a> ;)<br />
<i style="font-size: 8px;"
>(this website is getting rewritten and is not looking
good on mobile devices yet)</i
>
</p> </p>
</div> </div>
</div> </div>

View File

@@ -4,7 +4,7 @@ main {
} }
.home-main-box { .home-main-box {
padding-block: 8vh; padding-block: 7vh;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;