Skip to content

Commit e376176

Browse files
committed
Header margins
1 parent f599f36 commit e376176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/root.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export function Layout({ children }: { children: React.ReactNode }) {
2323
<ChainsProvider>
2424
<CompilerVersionsProvider>
2525
<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">
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 lg:px-12 xl:px-24">
2727
<Link to="/" className="flex items-center">
2828
<img
2929
src="/sourcify.png"

0 commit comments

Comments
 (0)