diff --git a/frontend/src/globalstyle.tsx b/frontend/src/globalstyle.tsx index 73b6190..28b64d7 100644 --- a/frontend/src/globalstyle.tsx +++ b/frontend/src/globalstyle.tsx @@ -15,7 +15,6 @@ const GlobalStyle = createGlobalStyle` body { background: #ecf0f5; - padding: 1em; } * { diff --git a/frontend/src/templates/Page.tsx b/frontend/src/templates/Page.tsx index 306d565..0b5530e 100755 --- a/frontend/src/templates/Page.tsx +++ b/frontend/src/templates/Page.tsx @@ -8,6 +8,7 @@ const Wrapper = styled.div` display: flex; flex-direction: column; min-height: 100vh; + padding: 1em; header { margin-bottom: 15px;