summaryrefslogtreecommitdiff
path: root/src/layouts/Index.astro
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-18 08:54:09 -0400
committerseth <[email protected]>2023-05-18 08:58:52 -0400
commitca90f4810a173d476facb0064cd5b10c6570cb35 (patch)
treedd38159711511bbe00264ed4cfda612b4aeb49e3 /src/layouts/Index.astro
parent025acf1b61b968c5e4d426949b192c3c0ab387a6 (diff)
chore: fix styling for footer + move to components/
Diffstat (limited to 'src/layouts/Index.astro')
-rw-r--r--src/layouts/Index.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/Index.astro b/src/layouts/Index.astro
index ea3cfb3..0aa436e 100644
--- a/src/layouts/Index.astro
+++ b/src/layouts/Index.astro
@@ -15,7 +15,7 @@ const { title, description } = Astro.props;
<slot />
</div>
<div
- class="bg-base hidden min-[1280px]:flex flex-col gap-2 text-center items-center justify-center m-20 mt-0 mb-5 p-10 rounded-lg drop-shadow-2xl"
+ class="bg-base hidden min-[1280px]:flex flex-col gap-2 text-center items-center justify-center m-20 mt-0 mb-5 p-5 rounded-lg drop-shadow-2xl"
>
<div id="gif">
<img