From e91012cfebd49fd6cdfafcf0ba8d865831f018b9 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 18 Sep 2022 10:47:06 +0200 Subject: [PATCH] style: uniform width --- src/layouts/Layout.astro | 1 + src/pages/index.astro | 1 - src/pages/social.astro | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index c4c7346..3e9868e 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -23,6 +23,7 @@ import Footer from '../components/Footer.astro';