diff options
| author | 2024-04-29 15:47:11 +0100 | |
|---|---|---|
| committer | 2024-04-29 15:47:11 +0100 | |
| commit | 40e215b29d11e7592bac7e922d180b0e443e9584 (patch) | |
| tree | c80d44ca80b02257b1d191258a233a4feb995591 /src/layout/page.tsx | |
| parent | Add a transformer for service images (diff) | |
Add service images to layouts and change scaling
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; | 
