Skip to content

Commit

Permalink
πŸ’„ 헀더 pb 2rem (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Limchansol authored Sep 28, 2023
1 parent ffb4090 commit 81ef904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Header() {
return (
<header
className={`
top-0 bg-white px-[3.75rem] pt-[40px] pb-[1rem] flex w-full justify-between gap-4 z-40
top-0 bg-white px-[3.75rem] pt-[40px] pb-8 flex w-full justify-between gap-4 z-40
`}
>
<div onClick={refreshPage} className="cursor-pointer flex-1">
Expand Down

0 comments on commit 81ef904

Please sign in to comment.