Skip to content

Commit

Permalink
update hero image classes
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusIO committed Jun 28, 2024
1 parent cfce1cb commit 5b280ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<article lang="{{ page.language }}" class="container">

<div class="ratio mb-4" style="--bs-aspect-ratio: 30%;">
<img src="{{page.header_image}}" class="rounded w-100" style="object-fit: cover;" />
<img src="{{page.header_image}}" class="rounded w-100 object-fit-cover" />
</div>
<div class="row mb-5 gx-6">
<div class="col-md-12 col-lg-8 mb-2">
Expand Down

0 comments on commit 5b280ce

Please sign in to comment.