From 40e215b29d11e7592bac7e922d180b0e443e9584 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Mon, 29 Apr 2024 15:47:11 +0100 Subject: Add service images to layouts and change scaling --- src/layout/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/layout/page.tsx') 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; -- cgit v1.2.3