diff --git a/src/components/Widget2.svelte b/src/components/Widget2.svelte
index 28343015..fb8c9450 100644
--- a/src/components/Widget2.svelte
+++ b/src/components/Widget2.svelte
@@ -88,14 +88,29 @@ import { fade } from 'svelte/transition';
-
+ {#if showResult}
- {#if showResult} {/if}
- {#if showResult} {/if}
- {#if showResult} {/if}
- {#if showResult} {/if}
+
-
+ {/if}
+
+ {#if showResult}
+
+
+
+ {/if}
+
+ {#if showResult}
+
+
+
+ {/if}
+
+ {#if showResult}
+
+
+
+ {/if}
@@ -141,7 +156,7 @@ import { fade } from 'svelte/transition';
@apply rounded-lg text-gray-700;
}
- .OEA_item6 { @apply w-full flex flex-row;
+ .OEA_item6 { @apply w-full flex flex-row space-x-2 mt-5;
.result {
@apply opacity-0 transition-opacity duration-1000 ease-in-out;