Skip to content

Commit

Permalink
way too large spacing imo
Browse files Browse the repository at this point in the history
  • Loading branch information
HJfod committed Mar 4, 2024
1 parent 4cdf9e9 commit 09891cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Content.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<main id="content" class="
flex flex-col
items-center
sm:gap-20 max-sm:gap-8
gap-8
sm:p-20 max-sm:p-6 max-sm:pt-20
"><slot/></main>
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const screenshots = (await Astro.glob('../images/screenshot-*.png')).map(file =>
Geometry Dash. You can read more about Geode on <Link href="https://geode-sdk.org">its website</Link>!
</Text>

<div class="flex flex-col gap-8">
<div class="flex flex-col gap-8 mt-8">
<Text>
Interested? Go to the <em>Installation Page</em> for instructions on how to get Globed,
or <em>About page</em> if you want to learn more!
Expand Down

0 comments on commit 09891cd

Please sign in to comment.