diff options
| -rw-r--r-- | src/layouts/Layout.astro | 2 | ||||
| -rw-r--r-- | src/partials/MainWrapper.astro | 1 |
2 files changed, 2 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; 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; |
