From 121c325f99162d1e08ca7fa3586401c8b9a31958 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sun, 10 Oct 2021 14:06:27 +0200 Subject: [PATCH] Fix SiteTitle style on Footer --- src/components/atoms/SiteTitle.svelte | 19 ++++++++++++++----- src/components/organisms/Footer.svelte | 4 +++- src/style/atoms/_site-title.scss | 3 ++- src/style/organisms/_footer.scss | 12 ++++++------ 4 files changed, 25 insertions(+), 13 deletions(-) diff --git a/src/components/atoms/SiteTitle.svelte b/src/components/atoms/SiteTitle.svelte index bb61d9e..3da3f30 100644 --- a/src/components/atoms/SiteTitle.svelte +++ b/src/components/atoms/SiteTitle.svelte @@ -1,9 +1,18 @@ -

- Houses - Of The - World -

\ No newline at end of file +{#if type === 'title'} +

+ Houses + Of The + World +

+{:else} +
+ Houses + Of The + World +
+{/if} \ No newline at end of file diff --git a/src/components/organisms/Footer.svelte b/src/components/organisms/Footer.svelte index 1600fd0..6acee8b 100644 --- a/src/components/organisms/Footer.svelte +++ b/src/components/organisms/Footer.svelte @@ -9,7 +9,9 @@