diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 5f525f1..6c40d81 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -22,9 +22,9 @@ flex: 1; display: flex; flex-direction: column; - padding: 2rem; + padding: 0rem; width: 100%; - max-height: 90vh; + max-height: 95vh; margin: 0 auto; box-sizing: border-box; }