Skip to content

Commit 1dbbbfd

Browse files
authored
chore:small ui fix (#3805)
1 parent be2299a commit 1dbbbfd

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)