aboutsummaryrefslogtreecommitdiffstats
path: root/src/layout/page.tsx
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2024-04-29 15:47:11 +0100
committerGravatar Joe Banks <[email protected]>2024-04-29 15:47:11 +0100
commit40e215b29d11e7592bac7e922d180b0e443e9584 (patch)
treec80d44ca80b02257b1d191258a233a4feb995591 /src/layout/page.tsx
parentAdd a transformer for service images (diff)
Add service images to layouts and change scaling
Diffstat (limited to 'src/layout/page.tsx')
-rw-r--r--src/layout/page.tsx2
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;