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 f599f36 commit e376176Copy full SHA for e376176
app/root.tsx
@@ -23,7 +23,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
23
<ChainsProvider>
24
<CompilerVersionsProvider>
25
<header className="shadow-sm">
26
- <div className="mx-auto py-3 md:py-4 flex items-center justify-between w-full max-w-[100rem] px-4 md:px-12">
+ <div className="mx-auto py-3 md:py-4 flex items-center justify-between w-full max-w-[100rem] px-4 md:px-12 lg:px-12 xl:px-24">
27
<Link to="/" className="flex items-center">
28
<img
29
src="/sourcify.png"
0 commit comments