diff --git a/src/components/Footer.css.ts b/src/components/Footer.css.ts
index edd425c..46a22bf 100644
--- a/src/components/Footer.css.ts
+++ b/src/components/Footer.css.ts
@@ -123,7 +123,7 @@ export const bottomLineClass = sprinkles({
display: 'flex',
justifyContent: 'space-between',
marginX: 'auto',
- marginBottom: '1x',
+ paddingBottom: '1x',
marginTop: '2x',
maxWidth: 'max',
})
diff --git a/src/components/SvgIcon.svelte b/src/components/SvgIcon.svelte
index 6af999a..c3c1712 100644
--- a/src/components/SvgIcon.svelte
+++ b/src/components/SvgIcon.svelte
@@ -1,5 +1,5 @@
diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte
index 56c7f3f..965eb3f 100644
--- a/src/routes/__layout.svelte
+++ b/src/routes/__layout.svelte
@@ -19,6 +19,8 @@