diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-10-31 11:15:07 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-10-31 11:15:07 -0400 |
| commit | 2d0611fc21f781ad875dc878f59ce2fc140c9c20 (patch) | |
| tree | 7afc70c757c351a32f02d2d1014e74061b4d37ad /ui/routes | |
| parent | 08322a4bc9718a52a17c891f0fcb5abaab8c7caa (diff) | |
Use the full viewport, rather than leaving a gutter
Diffstat (limited to 'ui/routes')
| -rw-r--r-- | ui/routes/+layout.svelte | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/routes/+layout.svelte b/ui/routes/+layout.svelte index 711b8bd..0140699 100644 --- a/ui/routes/+layout.svelte +++ b/ui/routes/+layout.svelte @@ -23,7 +23,6 @@ <style> #app { margin: 0; - padding: 1rem; height: 100vh; width: 100%; } |
