Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
meetqy committed May 20, 2024
1 parent b70aa30 commit 9bea66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/[lang]/poem/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export default async function Page({ params, searchParams }: Props) {
<h2 id="相关书籍" className="prose-h2">
相关书籍
</h2>
<div className="prose-p relative overflow-hidden">
<div className="prose-p relative grid gap-4 overflow-hidden md:grid-cols-2">
{ads.map((item) => (
<JDAds key={item.id} tag={item} />
))}
Expand Down

0 comments on commit 9bea66e

Please sign in to comment.