Skip to content

Commit

Permalink
fix: note root banner style, closes #13
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Apr 18, 2024
1 parent 2bcf16c commit 06d41d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modules/note/NoteBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const NoteRootBanner = () => {
if (!banner) return null

return (
<div className="mx-[var(--padding-h)] mb-4 mt-8">
<div className="mb-4 mt-8">
<NoteBanner {...banner} />
</div>
)
Expand Down

0 comments on commit 06d41d6

Please sign in to comment.