Skip to content

Commit

Permalink
fix: margin around timer link
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandrSl committed Jan 15, 2025
1 parent bd32257 commit e625d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Recipe.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
</style>
Expand Down

0 comments on commit e625d3d

Please sign in to comment.