Skip to content

Commit 737c79c

Browse files
authored
Merge branch 'main' into bug-fix-cart
2 parents b9c1256 + 1dbbbfd commit 737c79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grant-explorer/src/features/common/DefaultLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export function RoundViewLayout({
3737
)}
3838
<div
3939
className={classNames(
40-
"container pt-16 relative z-10 mx-auto px-4 sm:px-6 lg:px-20 max-w-screen-2xl",
40+
"container relative z-10 mx-auto px-4 sm:px-6 lg:px-20 max-w-screen-2xl",
4141
infoCard ? "pt-0" : "pt-16"
4242
)}
4343
>

0 commit comments

Comments
 (0)