Skip to content

Commit

Permalink
fix pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sunk0 authored and rumenpetrov committed Sep 3, 2024
1 parent 02cf7a1 commit 1b0ae36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/challenge-contributions/7/asavov.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
}

.preview-area img {
max-width: 100%;
max-height: 100%;
max-width: 90%;
max-height: 90%;
object-fit: contain;
position: absolute;
top: 50%;
Expand Down Expand Up @@ -104,7 +104,7 @@ <h3>Product 2</h3>
<div class="preview-area">
<img
loading="lazy"
src="https://images.unsplash.com/photo-1724747891638-68862b7b3165?q=80&w=1974&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
src="https://placehold.co/100x100"
alt="Image 3"
/>
</div>
Expand Down

0 comments on commit 1b0ae36

Please sign in to comment.