diff --git a/src/lib/images.svelte b/src/lib/images.svelte index 1d8099e..7ebf955 100644 --- a/src/lib/images.svelte +++ b/src/lib/images.svelte @@ -36,7 +36,7 @@ display: flex; user-select: none; -webkit-user-select: none; - margin-left: 40px; + margin-left: 65px; picture { position: absolute; @@ -50,8 +50,8 @@ @for $i from 0 through 4 { picture:nth-of-type(#{$i}) { - left: calc(-10px * $i); - top: calc(-10px * $i); + left: calc(-12px * $i); + top: calc(-12px * $i); } } } diff --git a/src/lib/personalia.svelte b/src/lib/personalia.svelte index 823b31b..bbfd975 100644 --- a/src/lib/personalia.svelte +++ b/src/lib/personalia.svelte @@ -26,11 +26,6 @@
{shortBio}
{#if bioSelected === 'long'} -- I currently work at Aller Media as DevOps Lead. I enjoy building things with my hands and head, - bouldering and teaching in my free time. -
-Since I child I have been interested in building together with people, either from scrap wood, a soldering iron or application of code. My 50 m2 apartment acts both as my workshop and my @@ -57,9 +52,8 @@ p { font-size: 1.4rem; - line-height: 1.6; - white-space: pre-line; - + line-height: 1.7; + margin: 2.5rem 0; max-width: 800px; }