Skip to content

Commit

Permalink
minor padding tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
orifu committed Aug 21, 2024
1 parent ba55394 commit 0b6adfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ModCard.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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,
Expand Down

0 comments on commit 0b6adfd

Please sign in to comment.