diff --git a/kitsune-fe/src/routes/+page.svelte b/kitsune-fe/src/routes/+page.svelte index 6ec0517c1..f4cd2eeb6 100644 --- a/kitsune-fe/src/routes/+page.svelte +++ b/kitsune-fe/src/routes/+page.svelte @@ -8,127 +8,137 @@
-
- -

Federated microblogging.

- - Instance statistics: - - -
- -
- diff --git a/kitsune-fe/src/styles/root.scss b/kitsune-fe/src/styles/root.scss index 77e2d4079..89290796f 100644 --- a/kitsune-fe/src/styles/root.scss +++ b/kitsune-fe/src/styles/root.scss @@ -12,7 +12,7 @@ color-scheme: light dark; font-weight: 400; font-size: 16px; - line-height: 24px; + line-height: 1.5em; font-synthesis: none; -webkit-font-smoothing: antialiased; @@ -32,6 +32,8 @@ body { margin: 0; width: 100vw; height: 100vh; + + overflow-x: hidden; } ::-webkit-scrollbar {