Skip to content

Commit

Permalink
update month picker reicpe image
Browse files Browse the repository at this point in the history
  • Loading branch information
simeydotme committed Oct 27, 2024
1 parent 57f3839 commit 6af36bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added public/recipes/month-picker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/components/Reusable/Recipe.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand All @@ -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;
Expand Down

0 comments on commit 6af36bf

Please sign in to comment.