Skip to content
This repository was archived by the owner on Apr 12, 2026. It is now read-only.

Commit c90c1f4

Browse files
committed
feat: enhance README screenshots section with improved layout and descriptions
1 parent c34631c commit c90c1f4

1 file changed

Lines changed: 17 additions & 11 deletions

File tree

README.md

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,23 @@ python server_pack_builder.py --gui
6565

6666
## Screenshots
6767

68-
### Main Application Window
69-
![Main Application Window](screenshots/main_window.png)
70-
*The main interface allowing selection between Local and Modrinth modes.*
71-
72-
### Modrinth Search Dialog
73-
![Modrinth Search Dialog](screenshots/search_dialog.png)
74-
*Search for modpacks directly from Modrinth with logo previews.*
75-
76-
### Version Selection
77-
![Version Selection](screenshots/version_selection.png)
78-
*Select specific versions or stick to the latest release.*
68+
<div style="display: flex; justify-content: space-around;">
69+
<div>
70+
<img src="screenshots/main_window.png" alt="Main Application Window" height="200">
71+
<p><strong>Main Application Window</strong></p>
72+
<p>The main interface allowing selection between Local and Modrinth modes.</p>
73+
</div>
74+
<div>
75+
<img src="screenshots/search_dialog.png" alt="Modrinth Search Dialog" height="200">
76+
<p><strong>Modrinth Search Dialog</strong></p>
77+
<p>Search for modpacks directly from Modrinth with logo previews.</p>
78+
</div>
79+
<div>
80+
<img src="screenshots/version_selection.png" alt="Version Selection" height="200">
81+
<p><strong>Version Selection</strong></p>
82+
<p>Select specific versions or stick to the latest release.</p>
83+
</div>
84+
</div>
7985

8086
## Development
8187

0 commit comments

Comments
 (0)