diff options
| author | Fuwn <[email protected]> | 2025-03-16 01:55:07 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-16 01:55:07 -0700 |
| commit | 49770782b269cf9f061e1d450d4c6761eefa0084 (patch) | |
| tree | 2211821304158825b97a53928680a6741b90768e /src | |
| parent | feat(Landing): Update tools section (diff) | |
| download | due.moe-49770782b269cf9f061e1d450d4c6761eefa0084.tar.xz due.moe-49770782b269cf9f061e1d450d4c6761eefa0084.zip | |
feat(Landing): Update demo sizing
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/Landing.svelte | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/Landing.svelte b/src/lib/Landing.svelte index 8564c88e..9986d1b9 100644 --- a/src/lib/Landing.svelte +++ b/src/lib/Landing.svelte @@ -120,6 +120,7 @@ display: flex; flex-direction: column; justify-content: center; + padding: 1rem; } .demo img { |