Skip to content

Commit

Permalink
Merge pull request #42 from crow-fox/fix/space
Browse files Browse the repository at this point in the history
headerのサイドスペースを修正
  • Loading branch information
crow-fox authored May 11, 2024
2 parents c95ce5a + 9ac12ff commit 3b451e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function RootLayout({
<body>
<ThemeProvider>
<div className=" flex min-h-svh flex-col bg-white font-mono text-gray-900 dark:bg-gray-950 dark:text-gray-200">
<header className=" grid grid-cols-[minmax(1rem,1fr)_minmax(0,80rem)_minmax(1rem,1fr)] border-b border-gray-200 p-4 dark:border-gray-700">
<header className=" grid grid-cols-[minmax(1rem,1fr)_minmax(0,80rem)_minmax(1rem,1fr)] border-b border-gray-200 py-4 dark:border-gray-700">
<div className="flex flex-wrap items-center justify-between gap-4 [grid-column:2]">
<Logo>
<Link href="/" className="text-lg font-bold">
Expand Down

0 comments on commit 3b451e9

Please sign in to comment.