From 4f0d3b57a38a6a50dd6e120b744c329b5c859623 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 17 Sep 2022 12:34:51 +0200 Subject: [PATCH] style: alignment adjust --- src/components/Footer.astro | 1 + src/pages/social.astro | 41 +++++++++++++++++++++---------------- 2 files changed, 24 insertions(+), 18 deletions(-) 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; }