From 08efc01906169f145aa045e0223fc5755bb84ed0 Mon Sep 17 00:00:00 2001 From: Tyom Semonov Date: Wed, 4 Oct 2023 13:12:56 +0100 Subject: [PATCH] Tweak styles --- src/components/ExperienceItem.svelte | 8 ++++---- src/components/Summary.svelte | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/ExperienceItem.svelte b/src/components/ExperienceItem.svelte index 7deccd4..c208cf3 100644 --- a/src/components/ExperienceItem.svelte +++ b/src/components/ExperienceItem.svelte @@ -24,7 +24,7 @@
@@ -36,7 +36,7 @@ ({duration}) {/if} {#if location} - ({location}) + ({location}) {/if}

@@ -49,7 +49,7 @@ {role} {#if isContractor} Contract @@ -57,7 +57,7 @@ {#if description} -
+
{@html description}
diff --git a/src/components/Summary.svelte b/src/components/Summary.svelte index 0cd7477..89f9608 100644 --- a/src/components/Summary.svelte +++ b/src/components/Summary.svelte @@ -27,7 +27,7 @@ >

{name}

{title}

-
+
{@html details}