diff --git a/src/lib/components/RecipeView.svelte b/src/lib/components/RecipeView.svelte index 56384c5..26de28d 100644 --- a/src/lib/components/RecipeView.svelte +++ b/src/lib/components/RecipeView.svelte @@ -117,8 +117,12 @@ - {#if tab === 'ing'} -
+
+
@@ -146,15 +150,18 @@ {/each}
- {:else} -
+
    {#each recipe.steps as step (step.position)}
  1. {step.text}
  2. {/each}
- {/if} +
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index d7dac99..0e37219 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -392,7 +392,7 @@ border-bottom: 1px solid #e4eae7; } .bar-inner { - max-width: 760px; + max-width: 1040px; margin: 0 auto; display: flex; align-items: center; @@ -618,7 +618,7 @@ } main { padding: 0 1rem 4rem; - max-width: 760px; + max-width: 1040px; margin: 0 auto; } @media (max-width: 520px) {