Skip to content

Commit 953a930

Browse files
authored
Update README.md: images display flex
1 parent ea7a8e8 commit 953a930

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ Call Blocker App is a Kotlin-based application designed to help you manage and b
66

77
Here are some screenshots of the Call Blocker App in action:
88

9-
<img src="https://i.imgur.com/YwmFXBh.jpeg" alt="Main screen" width="300">
10-
<img src="https://i.imgur.com/2ezJn7k.jpeg" alt="Phone number options" width="300">
11-
<img src="https://i.imgur.com/hvniKjX.jpeg" alt="Settings" width="300">
12-
<img src="https://i.imgur.com/tWkV5Vk.jpeg" alt="More settings" width="300">
9+
<div style="display: flex; gap: 10px;">
10+
<img src="https://i.imgur.com/YwmFXBh.jpeg" alt="Main screen" width="300">
11+
<img src="https://i.imgur.com/2ezJn7k.jpeg" alt="Phone number options" width="300">
12+
<img src="https://i.imgur.com/hvniKjX.jpeg" alt="Settings" width="300">
13+
<img src="https://i.imgur.com/tWkV5Vk.jpeg" alt="More settings" width="300">
14+
</div>
1315

1416
## Features
1517

@@ -62,4 +64,4 @@ We welcome contributions to this app! Please, feel free to upload your pull requ
6264

6365
## License
6466

65-
This app is released under the MIT License. See the LICENSE file for more details.
67+
This app is released under the MIT License. See the LICENSE file for more details.

0 commit comments

Comments
 (0)