Skip to content

Commit

Permalink
fix: padding-top => padding
Browse files Browse the repository at this point in the history
  • Loading branch information
KateKate committed Dec 5, 2023
1 parent 7cfc7e0 commit 7d0c681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ProjectGlobalStyle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const ProjectGlobalStyle = createGlobalStyle`
font-family: 'SB Sans Text', sans-serif;
height: auto;
min-height: 100%;
padding-top: var(--top-inset) var(--right-inset) var(--bottom-inset) var(--left-inset);
padding: var(--top-inset) var(--right-inset) var(--bottom-inset) var(--left-inset);
}
body::before {
Expand Down

0 comments on commit 7d0c681

Please sign in to comment.