From 3eef1a1c59dc0fdc88209d4ffd00255e08f5092f Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 24 Mar 2026 13:55:12 +0200 Subject: [PATCH] chore(standalone/setup): improve layout of title --- apps/client/src/setup.css | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/apps/client/src/setup.css b/apps/client/src/setup.css index 5cf337aa49..a30591847d 100644 --- a/apps/client/src/setup.css +++ b/apps/client/src/setup.css @@ -82,6 +82,7 @@ body.setup { flex: 1; display: flex; flex-direction: column; + padding-top: 1em; } >footer { @@ -148,7 +149,7 @@ body.setup { .sync-illustration { display: flex; justify-content: center; - margin-bottom: 2rem; + margin-bottom: 1.5rem; .tn-icon { font-size: 3em; @@ -161,6 +162,7 @@ body.setup { text-align: center; gap: 0.5rem; line-height: 1; + font-size: 0.85rem; } .sync-illustration-arrows { @@ -178,6 +180,16 @@ body.setup { } } } + + h1 { + font-size: 1.4em; + text-align: center; + } + + h1 + p { + text-align: center; + color: var(--muted-text-color); + } } @keyframes lds-ring {