add subtitle + adjust spacing

This commit is contained in:
Artem 2023-03-05 20:12:16 +01:00
parent 93211b3818
commit 78699a3192
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
<div>
<div class="text-center">
<p class="font-bold text-5xl">
Hiya! I'm <span class="text-transparent bg-clip-text from-pink-400 to-purple-600 bg-gradient-to-r">Artur</span> 👋
</p>
<p class="font-medium text-2xl mt-4">A laid-back software tinkerer.</p>
</div>

View File

@ -2,7 +2,7 @@
import { Icon } from "astro-icon";
---
<div class="flex gap-x-2 mt-7">
<div class="flex gap-x-3 mt-6">
<a href="https://github.com/artiemis" target="_blank">
<Icon name="mdi:github" />
</a>