diff --git a/components/footer.js b/components/footer.js index 41201ca9..bc4d41b2 100644 --- a/components/footer.js +++ b/components/footer.js @@ -6,7 +6,9 @@ class Footer extends HTMLElement { connectedCallback() { this.innerHTML = ` `; } diff --git a/main.css b/main.css index 4dcdf3e9..573ba955 100644 --- a/main.css +++ b/main.css @@ -574,4 +574,8 @@ footer { width: 100vw; padding: 0.5rem; text-align: center; +} + +footer p { + padding: 0; } \ No newline at end of file