diff --git a/src/components/Recipe.astro b/src/components/Recipe.astro index c28dcb5..6609fbd 100644 --- a/src/components/Recipe.astro +++ b/src/components/Recipe.astro @@ -124,7 +124,7 @@ const timerHref = getRelativeLocaleUrl(locale, `/recipes/${recipe.method}/${name .timer-link { display: inline-block; - margin-block-start: 24px; + margin-block: 24px; color: inherit; }