diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 4d9ea04..1717640 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -5,14 +5,11 @@ const today = new Date(); @@ -29,6 +26,7 @@ const today = new Date(); margin-bottom: 2rem; border-radius: 10px; width: 90%; + max-width: 1000px; } .social-links { @@ -42,4 +40,8 @@ const today = new Date(); .social-links a:hover { color: rgb(var(--gray-dark)); } + img{ + background-color: white; + padding: 5px; + }