Skip to content

Commit b13cfa1

Browse files
committed
shift title right
1 parent dd60822 commit b13cfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/photography/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default async function PhotographyPage() {
7070
const photos = await cachedGetPhotos()
7171
return (
7272
<div className="container mx-auto px-4 py-8">
73-
<Breadcrumb className="pb-8">
73+
<Breadcrumb className="pb-8 px-2">
7474
<BreadcrumbList>
7575
<BreadcrumbItem>
7676
<BreadcrumbLink href="/">Ken Zhou</BreadcrumbLink>

0 commit comments

Comments
 (0)