From 7d0c6816776b8437e86eeb8d46023b444d8da6d4 Mon Sep 17 00:00:00 2001 From: KateKate Date: Mon, 4 Dec 2023 16:56:08 +0300 Subject: [PATCH] fix: padding-top => padding --- src/components/ProjectGlobalStyle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ProjectGlobalStyle.tsx b/src/components/ProjectGlobalStyle.tsx index 66b214f..d751ef7 100644 --- a/src/components/ProjectGlobalStyle.tsx +++ b/src/components/ProjectGlobalStyle.tsx @@ -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 {