Skip to content

Commit

Permalink
fix hero width on big screen
Browse files Browse the repository at this point in the history
  • Loading branch information
abjunior92 committed Apr 24, 2024
1 parent 27bfc32 commit 4b49967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const { title, description, headings, heroImage, keywords, author } =
<img
src={`/posts/${heroImage}`}
alt={title}
class="w-full flex object-cover xl:mt-8 xl:rounded max-h-96"
class="w-full xl:w-auto flex object-cover xl:mt-8 xl:rounded max-h-96"
/>
)
}
Expand Down

0 comments on commit 4b49967

Please sign in to comment.