aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Footer
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Footer')
-rw-r--r--src/components/Footer/Footer.module.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Footer/Footer.module.scss b/src/components/Footer/Footer.module.scss
index 496044a..b5d098d 100644
--- a/src/components/Footer/Footer.module.scss
+++ b/src/components/Footer/Footer.module.scss
@@ -4,5 +4,5 @@
place-items: center;
place-content: center;
gap: var(--spacing-xs);
- padding: var(--spacing-md) 0;
+ padding: var(--spacing-md) 0 calc(var(--toolbar-size) + var(--spacing-md));
}