diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 4834cfc..0d0c1b7 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -14,6 +14,7 @@ footer { color: #888; + margin-left: -40px; } footer a { diff --git a/src/pages/social.astro b/src/pages/social.astro index 1688453..c2a7d84 100644 --- a/src/pages/social.astro +++ b/src/pages/social.astro @@ -8,24 +8,25 @@ import Footer from '../components/Footer.astro';

Social Links

- +
+ +
@@ -35,6 +36,10 @@ import Footer from '../components/Footer.astro'; --astro-gradient: linear-gradient(0deg, #4f39fa, #da62c4); } + div.content { + margin-left: -40px; + } + h1 { margin: 2rem 0; }