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; }