Skip to content

Commit 21a61fd

Browse files
committed
fix: add spacing to sponsor modal header layout
1 parent 418bff3 commit 21a61fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/SponsorCard.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const { t } = useI18n(Astro.url.pathname)
4949
description && (
5050
<div class="modal-content hidden">
5151
<div class="body">
52-
<div class="relative mb-5 flex justify-center">
52+
<div class="relative mb-5 flex justify-center gap-4">
5353
<div>
5454
<div class="mb-4 flex items-center gap-4">
5555
<div class="aspect-square h-20 w-20 shrink-0 overflow-hidden rounded-lg bg-neutral-50 p-2 md:hidden">

0 commit comments

Comments
 (0)