diff options
| author | Fuwn <[email protected]> | 2024-01-31 00:39:05 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-31 00:39:05 -0800 |
| commit | f4e31809702f357b26b3ed3b72928a9c6c73947e (patch) | |
| tree | 3b8b248f10096fc6df8820da589cff66ae228a00 /src/lib/Landing.svelte | |
| parent | fix(activity): return temporary value if no identity (diff) | |
| download | due.moe-f4e31809702f357b26b3ed3b72928a9c6c73947e.tar.xz due.moe-f4e31809702f357b26b3ed3b72928a9c6c73947e.zip | |
feat(routes): dedicated landing page
Diffstat (limited to 'src/lib/Landing.svelte')
| -rw-r--r-- | src/lib/Landing.svelte | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/Landing.svelte b/src/lib/Landing.svelte index cc4dad7c..a8593a5b 100644 --- a/src/lib/Landing.svelte +++ b/src/lib/Landing.svelte @@ -298,7 +298,6 @@ .item-content { flex: 1 1 50%; - padding: 0 1rem; } .item-description { |