Skip to content

Commit feb60a0

Browse files
committed
Fix responsive.
1 parent bfe1032 commit feb60a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/CardContent.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ const html = entry && entry.body ? marked.parse(entry.body) : "";
77
88
---
99

10-
<div class="mb-2 prose prose-li:m-0 prose-ul:m-0 prose-ul:mb-2 prose-a:underline prose-h1:text-text prose-headings:font-title prose-headings:text-text prose-a:text-text hover:prose-a:text-primary-hover prose-strong:text-text prose-strong:font-bold prose-li:marker:text-text pb-2">
10+
<div class="mb-2 prose prose-li:m-0 prose-ul:m-0 prose-ul:mb-2 prose-a:underline prose-h1:text-text prose-headings:font-title prose-headings:text-text prose-a:text-text hover:prose-a:text-primary-hover prose-strong:text-text prose-strong:font-bold prose-li:marker:text-text p-6">
1111
<article set:html={html} />
1212
</div>

src/components/SponsorDisplay.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const image = sponsorDisplay[sponsor.id]
1313
alt="Image"
1414
height="360"
1515
width="1100"
16-
class="max-w-[1108px] max-h-[368px] object-scale-down border-4 border-white rounded-lg shadow-lg"
16+
class="w-full max-w-[1108px] max-h-[368px] object-scale-down border-4 border-white rounded-lg shadow-lg"
1717
/>
1818
</section>
1919
}

0 commit comments

Comments
 (0)