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} +
+