We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622b13f commit 2e79db0Copy full SHA for 2e79db0
packages/grant-explorer/src/features/common/DefaultLayout.tsx
@@ -41,7 +41,7 @@ export function GradientLayout({
41
/>
42
<div
43
className={classNames(
44
- "container mx-auto max-w-screen-2xl relative z-10 px-4 sm:px-6 lg:px-20",
+ "mx-auto w-full relative z-10 px-4 sm:px-6 lg:px-20",
45
showAlloVersionBanner ? "pt-[120px]" : "pt-16"
46
)}
47
style={{
0 commit comments