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:
-
-
Manager
This application. It coordinates all the activity.
+ Manager: This application. It coordinates all the activity.
-
-
Worker
A workstation or dedicated rendering machine. It executes the tasks assigned by the Manager.
+ Worker: A workstation or dedicated rendering machine. It executes the tasks assigned by the Manager.
-
-
Shared Storage
A location accessible by the Manager and the Workers, where files, logs and internal previews can be saved.
+ Shared Storage: A location accessible by the Manager and the Workers, where the files to be rendered should be saved.
-
-
Blender Add-on
This is needed to connect to the Manager and submit a job from Blender.
+ Blender Add-on: This is needed to connect to the Manager and submit a job from Blender.
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%;
}