Skip to content

Commit 3e4a800

Browse files
committed
Optimize screenshot layout for GitHub
1 parent 18c2a62 commit 3e4a800

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,16 @@ This fork adds **AI-powered features** using the Gemini API while maintaining th
2222

2323
## Screenshots
2424

25-
<div style="display: flex; overflow-x: auto; gap: 10px; padding-bottom: 10px;">
26-
<img src="docs/images/Screenshot1.png" height="500" alt="Screenshot 1" />
27-
<img src="docs/images/Screenshot2.png" height="500" alt="Screenshot 2" />
28-
<img src="docs/images/Screenshot3.png" height="500" alt="Screenshot 3" />
29-
<img src="docs/images/Screenshot4.png" height="500" alt="Screenshot 4" />
30-
<img src="docs/images/Screenshot5.png" height="500" alt="Screenshot 5" />
31-
<img src="docs/images/Screenshot6.png" height="500" alt="Screenshot 6" />
32-
</div>
25+
<table>
26+
<tr>
27+
<td><img src="docs/images/Screenshot1.png" height="500" alt="Screenshot 1"/></td>
28+
<td><img src="docs/images/Screenshot2.png" height="500" alt="Screenshot 2"/></td>
29+
<td><img src="docs/images/Screenshot3.png" height="500" alt="Screenshot 3"/></td>
30+
<td><img src="docs/images/Screenshot4.png" height="500" alt="Screenshot 4"/></td>
31+
<td><img src="docs/images/Screenshot5.png" height="500" alt="Screenshot 5"/></td>
32+
<td><img src="docs/images/Screenshot6.png" height="500" alt="Screenshot 6"/></td>
33+
</tr>
34+
</table>
3335

3436
## Download
3537

0 commit comments

Comments
 (0)