File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ export default function SponsorCards({
13
13
< h2 className = "w-full p-2 m-0 text-2xl font-bold 2xl:p-4 rounded-t-md 2xl:shrink-0 bg-primary-900 dark:bg-primary-900 text-basics-50" >
14
14
{ `Sponsors` }
15
15
</ h2 >
16
- < div className = "flex flex-col " >
16
+ < div className = "flex flex-wrap " >
17
17
{ sponsors . map ( ( s , i ) => (
18
18
< div className = "p-2" key = { i } >
19
19
< a href = { s . url } rel = "noreferrer noopener" target = "_blank" >
20
- < div className = "max-w-md rounded-lg shadow-lg bg-primary-50 dark:bg-primary-500" >
20
+ < div className = "w-full rounded-lg shadow-lg bg-primary-50 dark:bg-primary-500" >
21
21
< div className = "p-2" >
22
22
< div
23
23
style = { {
Original file line number Diff line number Diff line change @@ -214,9 +214,9 @@ export default function PostLayout({
214
214
) }
215
215
{ /* RECENTS */ }
216
216
{ recentPosts && (
217
- < section className = "flex flex-col w-full mb-2 xl:ml-2" >
217
+ < section className = "flex flex-col w-full max-w-sm mb-2 xl:ml-2" >
218
218
{ post ?. sponsors && (
219
- < section >
219
+ < section className = "pb-2" >
220
220
< SponsorCards sponsors = { post . sponsors } />
221
221
</ section >
222
222
) }
You can’t perform that action at this time.
0 commit comments