Skip to content

Commit 60c83ec

Browse files
authored
fix(ui): remove unnecessary space between header and breadcrumb (#1628)
1 parent ff3bda3 commit 60c83ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CourseView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export const CourseView = ({
4040

4141
return (
4242
<div className="relative flex w-full flex-col gap-8 pb-16 pt-8 xl:pt-[9px]">
43-
<div className="sticky top-[90px] z-10 flex flex-col gap-4 bg-background py-2 xl:pt-2">
43+
<div className="sticky top-[73px] z-10 flex flex-col gap-4 bg-background py-2 xl:pt-2">
4444
<BreadCrumbComponent
4545
course={course}
4646
contentType={contentType}

0 commit comments

Comments
 (0)