💄 small css fix on index

Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
Sid 2024-08-23 12:23:31 +02:00
parent edd7244c71
commit a426978e1f
Signed by: sidski
GPG key ID: D2BBDF3EDE6BA9A6

View file

@ -3,11 +3,11 @@ import SectionContainer from '../components/SectionContainer.astro';
import HeaderLink from '../components/HeaderLink.astro';
---
<SectionContainer>
<main class="flex flex-col flex-1 md:flex-row gap-6 md:mt-6">
<main class="flex flex-col flex-1 md:flex-row gap-6 md:mt-4">
<div class="profile md:order-last"></div>
<div class="flex flex-col text-left gap-4 w-full md:w-2/3">
<h1 class="text-2xl font-bold">Sindre Kjelsrud</h1>
<h1 class="text-3xl font-bold">Sindre Kjelsrud</h1>
<div class="flex flex-col blog">
<p>Computer Science-gradute from Western University of Applied Sciences, campus Bergen.</p>
<p>I like spending my free time bouldering/climbing, playing some games on my Wii, watching the newest One Piece episode or build cairns.</p>