diff options
Diffstat (limited to 'src/layouts/Layout.astro')
| -rw-r--r-- | src/layouts/Layout.astro | 2 |
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; |
