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; display: flex;
user-select: none; user-select: none;
-webkit-user-select: none; -webkit-user-select: none;
margin-left: 40px; margin-left: 65px;
picture { picture {
position: absolute; position: absolute;
@@ -50,8 +50,8 @@
@for $i from 0 through 4 { @for $i from 0 through 4 {
picture:nth-of-type(#{$i}) { picture:nth-of-type(#{$i}) {
left: calc(-10px * $i); left: calc(-12px * $i);
top: calc(-10px * $i); top: calc(-12px * $i);
} }
} }
} }

View File

@@ -26,11 +26,6 @@
<p>{shortBio}</p> <p>{shortBio}</p>
{#if bioSelected === 'long'} {#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> <p>
Since I child I have been interested in building together with people, either from scrap wood, a 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 soldering iron or application of code. My 50 m2 apartment acts both as my workshop and my
@@ -57,9 +52,8 @@
p { p {
font-size: 1.4rem; font-size: 1.4rem;
line-height: 1.6; line-height: 1.7;
white-space: pre-line; margin: 2.5rem 0;
max-width: 800px; max-width: 800px;
} }