Remove redundant paragraph

This commit is contained in:
2024-02-28 22:50:40 +01:00
parent 8c44ed74eb
commit 432961b4d0
2 changed files with 5 additions and 11 deletions

View File

@@ -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);
}
}
}

View File

@@ -26,11 +26,6 @@
<p>{shortBio}</p>
{#if bioSelected === 'long'}
<p>
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.
</p>
<p>
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;
}