diff --git a/src/components/ModPreview.astro b/src/components/ModPreview.astro index 425db3c..c339436 100644 --- a/src/components/ModPreview.astro +++ b/src/components/ModPreview.astro @@ -8,12 +8,14 @@ const { mod: mod } = Astro.props;
-
{mod.name}
- {(mod.first_image != undefined) && -
- -
- } + +
{mod.name}
+ {(mod.first_image != undefined) && +
+ +
+ } +
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index a2cf75a..5a725f3 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -65,7 +65,7 @@ const { title } = Astro.props; h1 { font-size: 3rem; font-weight: 800; - margin: 0; + } .text-gradient { background-image: var(--accent-gradient); diff --git a/src/layouts/ModPage.astro b/src/layouts/ModPage.astro index 2b1de6a..8530645 100644 --- a/src/layouts/ModPage.astro +++ b/src/layouts/ModPage.astro @@ -21,18 +21,18 @@ const authorGithubLink = frontmatter.mod.repo.split("/")[0]; {frontmatter.mod.description}
-
- +
+ 📈 {frontmatter.mod.downloads} Downloads - + Source Code - + Download zip ({frontmatter.mod.latest_version})