diff --git a/src/components/ModCard.astro b/src/components/ModCard.astro index 7baa5a3..a223070 100644 --- a/src/components/ModCard.astro +++ b/src/components/ModCard.astro @@ -87,7 +87,7 @@ const banner = mod.gallery?.filter((g) => g.featured)[0]; .title { display: flex; padding: 1.5rem 2rem 0; - gap: 0.75rem; + gap: 0.5em; align-items: center; font-weight: 600; @@ -97,7 +97,7 @@ const banner = mod.gallery?.filter((g) => g.featured)[0]; } &:has(.banner) .title span { - margin-top: 1.8rem; + margin-top: 2.2rem; } .body,