💄 small css fix on index
Signed-off-by: SindreKjelsrud <sindre@kjelsrud.dev>
This commit is contained in:
parent
edd7244c71
commit
a426978e1f
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue