aboutsummaryrefslogtreecommitdiff
path: root/src/layouts/Layout.astro
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-05-21 00:07:14 +0200
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2024-05-21 00:07:14 +0200
commitef70fcfc151e46c20654d39a3f26200e737d3890 (patch)
treedbd47ce204e560a156e0f5702ec034909bbc7827 /src/layouts/Layout.astro
parent122a45228b03ebfaf5ce9b8ef3d9bd764f844d31 (diff)
Fix spacing issue in smaller pages
Diffstat (limited to 'src/layouts/Layout.astro')
-rw-r--r--src/layouts/Layout.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index ccaf316..2395461 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -67,7 +67,7 @@ const { title, description } = Astro.props;
display: flex;
flex-direction: column;
- gap: 1rem;
+ gap: 1.5rem;
background-color: $light;
color: $dark;