Skip to content

Commit

Permalink
styles
Browse files Browse the repository at this point in the history
  • Loading branch information
meetqy committed Jan 1, 2024
1 parent 14113a3 commit c823903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(.)/poem/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default async function Page({ params }: { params: { id: string } }) {
return (
<>
<div className="main-wrapper">
<header className="sticky top-0 z-50 rounded-t-box p-4 backdrop-blur">
<header className="sticky top-0 z-50 rounded-t-box px-4 backdrop-blur">
<div className="breadcrumbs flex items-center text-sm">
<BackButton />
<div className="mx-5 leading-none text-base-content/50">|</div>
Expand Down

0 comments on commit c823903

Please sign in to comment.