File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ const html = entry && entry.body ? marked.parse(entry.body) : "";
7
7
8
8
---
9
9
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 " >
11
11
<article set:html ={ html } />
12
12
</div >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const image = sponsorDisplay[sponsor.id]
13
13
alt = " Image"
14
14
height = " 360"
15
15
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"
17
17
/>
18
18
</section >
19
19
}
You can’t perform that action at this time.
0 commit comments