From f53a40d8474cc8557126276316363e66a2a4bf6d Mon Sep 17 00:00:00 2001 From: ra5pvt1n Date: Fri, 15 Dec 2023 12:54:53 +0100 Subject: [PATCH] clarify instructions --- src/components/Header.svelte | 4 +- src/components/Instructions.svelte | 71 ++++++++++++++++-------------- 2 files changed, 41 insertions(+), 34 deletions(-) diff --git a/src/components/Header.svelte b/src/components/Header.svelte index 6d82ad5..9d15e0c 100644 --- a/src/components/Header.svelte +++ b/src/components/Header.svelte @@ -1,3 +1,5 @@
+ logo -
\ No newline at end of file + + diff --git a/src/components/Instructions.svelte b/src/components/Instructions.svelte index 660cfc5..596d574 100644 --- a/src/components/Instructions.svelte +++ b/src/components/Instructions.svelte @@ -1,36 +1,41 @@ -
-
-

Instrucciones

- {#each instructions as instruction, index} -
-

{index+1}. {instruction.name}

-

{instruction.description}

-
- {/each} -
-
+
+
+

Instrucciones

+ {#each instructions as instruction, index} +
+

{index + 1}. {instruction.name}

+
{instruction.description}
+        
+
+ {/each} +
+