@@ -38,7 +47,7 @@
{#each steps as step, i}
-
{i + 1}
+
{i + 1}
{step}
{/each}
@@ -59,12 +68,16 @@
.phaseTitel{@apply [font-size:_clamp(12px,1vw,18px)]}
}
- :nth-child(1 of .phase) {
- @apply justify-self-start;
+ :nth-child(1 of .phase), :nth-child(1 of .phase) .point {
+ justify-self: start;
}
- .phase:last-of-type {
- @apply justify-self-end;
+ .point, .phase {
+ justify-self: center;
+ }
+
+ .phase:last-of-type, .phase:last-of-type .point {
+ justify-self: end;
}
diff --git a/src/modules/VerbrauchsausweisWohnen/VerbrauchsausweisWohnenModule.svelte b/src/modules/VerbrauchsausweisWohnen/VerbrauchsausweisWohnenModule.svelte
index dcda4178..737df028 100644
--- a/src/modules/VerbrauchsausweisWohnen/VerbrauchsausweisWohnenModule.svelte
+++ b/src/modules/VerbrauchsausweisWohnen/VerbrauchsausweisWohnenModule.svelte
@@ -138,7 +138,7 @@ let skala: HTMLDivElement;
{ausweisart}
/>
-
+