From ef70fcfc151e46c20654d39a3f26200e737d3890 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Tue, 21 May 2024 00:07:14 +0200 Subject: Fix spacing issue in smaller pages --- src/partials/MainWrapper.astro | 1 + 1 file changed, 1 insertion(+) (limited to 'src/partials') diff --git a/src/partials/MainWrapper.astro b/src/partials/MainWrapper.astro index ada3cf2..cceda92 100644 --- a/src/partials/MainWrapper.astro +++ b/src/partials/MainWrapper.astro @@ -15,6 +15,7 @@ padding: 1.5rem 3rem; border-radius: $floatingRadius; box-shadow: $shadow; + margin-bottom: auto; align-self: center; -- cgit v1.3