chore(standalone/setup): improve layout of title

This commit is contained in:
Elian Doran
2026-03-24 13:55:12 +02:00
parent 78451b9721
commit 3eef1a1c59

View File

@@ -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 {