mirror of
https://github.com/KevinMidboe/k9e.no.git
synced 2025-10-29 09:40:13 +00:00
Remove redundant paragraph
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user