From b258212e46094d7def0f3f78288daf376aa18d55 Mon Sep 17 00:00:00 2001 From: Giulio Alessandrini Date: Sun, 15 Aug 2021 12:28:24 +0200 Subject: [PATCH] centered home --- src/routes/__layout.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte index 9447ccc..842db5f 100644 --- a/src/routes/__layout.svelte +++ b/src/routes/__layout.svelte @@ -24,6 +24,8 @@ } .site { + align-items: center; + margin: 10px auto; display: flex; flex-direction: column; }