Skip to content

Commit

Permalink
optimized hero image size on mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
“Sophie committed Jul 2, 2024
1 parent df191b1 commit e07e943
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed src/img/shiba-hero.webp
Binary file not shown.
Binary file added src/img/shiba-hero3.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
class="w-full h-full object-cover overflow-visible" style="max-width: 70%;">
</div>
<div class="lg:hidden">
<img src="./img/shiba-hero.webp" alt="Hero image" class="w-full h-full object-cover">
<img src="./img/shiba-hero3.webp" alt="Hero image" class="w-full h-full object-cover">
</div>
<div class="w-full px-4 my-auto lg:px-8 lg:mx-auto lg:w-1/2">
<h1
Expand Down

0 comments on commit e07e943

Please sign in to comment.