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) : "";
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 >
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments