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 {