Skip to content

Commit 45c8760

Browse files
committed
Docs: Update README screenshot layout
Adjusted the layout of screenshots in README.md: - Screenshots 1, 2, and 3 are now displayed in a single row, each with a width of 30%. - Screenshots 4 and 5 are displayed in a separate row, each with a width of 30%.
1 parent cec6675 commit 45c8760

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@
2121
</p>
2222

2323
<p align="center">
24-
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="18%" alt="App List"/>
25-
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" width="18%" alt="Settings"/>
26-
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" width="18%" alt="Password Screen"/>
27-
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" width="18%" alt="Set Password"/>
28-
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/5.png" width="18%" alt="Unlock time"/>
24+
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width="30%" alt="App List"/>
25+
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" width="30%" alt="Settings"/>
26+
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" width="30%" alt="Password Screen"/>
27+
</p>
28+
29+
<p align="center">
30+
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" width="30%" alt="Set Password"/>
31+
<img src="fastlane/metadata/android/en-US/images/phoneScreenshots/5.png" width="30%" alt="Unlock time"/>
2932
</p>
3033

3134
---

0 commit comments

Comments
 (0)