From bef5fa84af6ae1f84150245714a43e2b1632e11b Mon Sep 17 00:00:00 2001 From: code913 <54856929+code913@users.noreply.github.com> Date: Sun, 29 Oct 2023 09:28:50 +0000 Subject: [PATCH] ui: justify p for wiki --- src/routes/wiki/+page.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/routes/wiki/+page.svelte b/src/routes/wiki/+page.svelte index b68e33a..431582d 100644 --- a/src/routes/wiki/+page.svelte +++ b/src/routes/wiki/+page.svelte @@ -37,6 +37,10 @@ not work on PojavLauncher without patching.

content: ":"; } + p { + text-align: justify; + } + // TODO: Add buttons to copy the link to a section // h1, h2, h3 { // &::before {