diff --git a/web/app/src/views/SetupAssistantView.vue b/web/app/src/views/SetupAssistantView.vue index 7728a8d3..dbeb2087 100644 --- a/web/app/src/views/SetupAssistantView.vue +++ b/web/app/src/views/SetupAssistantView.vue @@ -38,16 +38,16 @@

The illustration shows the key components and how they interact together:

More information is available on the online documentation at @@ -475,7 +475,7 @@ export default { } .setup-step ul li { - margin-bottom: var(--spacer-xs); + margin-bottom: var(--spacer); } .setup-step dl { @@ -620,7 +620,7 @@ body.is-setup-assistant #app { --color-check-ok: var(--color-success); max-width: 640px; - margin: 10vh auto auto; + margin: 5vh auto auto; width: 100%; }