Skip to content

Commit

Permalink
Fix width and height of replaced image
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Jun 9, 2024
1 parent a221524 commit 8049f77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h1 class="max-w-2xl mb-4 text-4xl font-extrabold leading-none tracking-tight md
</p>
</div>
<div class="hidden lg:mt-0 lg:col-span-5 lg:flex">
<img ngSrc="assets/img/front-image.png" alt="hero image" height="437" width="571" priority>
<img ngSrc="assets/img/front-image.png" alt="hero image" height="582" width="760" priority>
</div>
</div>
</section>

0 comments on commit 8049f77

Please sign in to comment.