diff options
Diffstat (limited to '')
| -rw-r--r-- | src/layout/page.tsx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/layout/page.tsx b/src/layout/page.tsx index 2bfec09..2245bcb 100644 --- a/src/layout/page.tsx +++ b/src/layout/page.tsx @@ -28,7 +28,7 @@ const GlobalStyle = createGlobalStyle`  const CenterImage = styled.img`    display: block;    margin: 0 auto; -  margin-top: 50px; +  margin-top: 10px;    width: 70%;    height: auto;    max-width: 600px; | 
