Skip to content

Commit

Permalink
chore: change image size
Browse files Browse the repository at this point in the history
  • Loading branch information
ongsici committed Oct 7, 2024
1 parent 872e6c7 commit e889280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ <h2>Spot the difference!</h2>
<div class="row">
<div class="column">
<h2>Image 1</h2>
<img src="static/winnie_difference_1.jpg" alt="image1" width="200">
<img src="static/winnie_difference_1.jpg" alt="image1" width="500">
</div>
<div class="column">
<h2>Image 2</h2>
<img src="static/winnie_difference_2.jpg" alt="image2" width="200">
<img src="static/winnie_difference_2_new.jpg" alt="image2" width="500">
</div>
</div>

Expand Down
File renamed without changes

0 comments on commit e889280

Please sign in to comment.