Skip to content

Commit

Permalink
Fix screen size in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonhxrr authored Mar 21, 2023
1 parent 5fc8a14 commit 14f3318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Ability to view and organize your photos and videos in folders.
*Thank you for choosing Gallery!*

<div style="display: flex; flex-wrap: wrap; justify-content: center; align-items: center; max-width: 100%;">
<img src="images/screen1.jpg" style="flex: 1; max-width: 50%; max-height: 50vh;">
<img src="images/screen2.jpg" style="flex: 1; max-width: 50%; max-height: 50vh;">
<img src="images/screen1.jpg" style="flex: 1; max-width: 50%;" width="40%">
<img src="images/screen2.jpg" style="flex: 1; max-width: 50%;" width="40%">
</div>

<br>
Expand Down

0 comments on commit 14f3318

Please sign in to comment.