diff --git a/public/recipes/month-picker.png b/public/recipes/month-picker.png new file mode 100644 index 0000000..6f20877 Binary files /dev/null and b/public/recipes/month-picker.png differ diff --git a/src/components/Reusable/Recipe.astro b/src/components/Reusable/Recipe.astro index a70527c..15c143c 100644 --- a/src/components/Reusable/Recipe.astro +++ b/src/components/Reusable/Recipe.astro @@ -31,6 +31,7 @@ const { name, link, image, span } = Astro.props .recipe a { display: flex; flex-direction: column; + justify-content: space-between; text-decoration: none; width: 100%; height: 100%; @@ -49,7 +50,7 @@ const { name, link, image, span } = Astro.props } .recipe h3 { - margin: 0; + margin: 0!important; padding: 0; font-size: 1.5rem; line-height: 1.2;