Skip to content

Commit

Permalink
Merge pull request #355 from nekochans/feature/issue354/fix-margin-he…
Browse files Browse the repository at this point in the history
…ader-component

HeaderComponentのマージンの調整
  • Loading branch information
keitakn authored Oct 15, 2024
2 parents 3ce8e6f + 75d3c38 commit 7ae16d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/_components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ export function Header({

return (
<ReactAriaHeader className="w-full border-b border-orange-300 bg-orange-500">
<div className="mx-auto flex h-16 max-w-screen-2xl items-center justify-between px-5">
<div className="mx-auto flex h-16 max-w-screen-2xl items-center justify-between px-3">
<div className="flex w-full items-center justify-between">
<div className="flex items-center gap-24">
<div className="flex items-center gap-3">
<HeaderLogo language={language} />
<nav className="flex items-center gap-6">
<nav className="flex items-center gap-1">
<Link
href={appPathList.upload}
className="flex items-center justify-center bg-orange-500 p-5 text-base font-medium text-orange-50 hover:text-orange-100"
Expand Down

0 comments on commit 7ae16d5

Please sign in to comment.