Skip to content

Commit

Permalink
Merge pull request #76 from yanosea/75-add-mergin-beween-the-title-an…
Browse files Browse the repository at this point in the history
…d-the-picture-in-blog-page

🐞fix: add mergin between the title and the picture in blog page
  • Loading branch information
yanosea authored May 27, 2024
2 parents 04bbbec + a14c005 commit cb47972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/pages/blog/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const { Content, headings } = await entry.render();
<img
src={entry.data.images[0].url}
alt={entry.data.images[0].alt}
class="object-fill mx-auto"
class="object-fill mx-auto mt-6"
/>
</a>
<p class="text-right text-sub">{entry.data.images[0].alt}</p>
Expand Down

0 comments on commit cb47972

Please sign in to comment.