Skip to content

Commit a28a75b

Browse files
fix(readme): center header with HTML for reliable GitHub rendering
Use h1, p, and img tags inside align=center so the title, tagline, and shields.io badges stay centered; markdown inside block divs is often not centered on GitHub. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 40a551c commit a28a75b

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1+
<div align="center">
12

3+
<img src="docs/media/banner.png" alt="Mint Banner" width="800" />
24

5+
<h1>Mint</h1>
36

7+
<p>🍃 <strong>A Lovingly Crafted Quality of Life Extension</strong> — Quark-style tweaks for Paper and Folia. 🍃</p>
48

5-
# Mint
6-
7-
🍃 **A Lovingly Crafted Quality of Life Extension** — Quark-style tweaks for Paper and Folia. 🍃
8-
9-
Minecraft
10-
License
11-
9+
<p>
10+
<img src="https://img.shields.io/badge/Minecraft-Paper%20%7C%20Folia-orange" alt="Minecraft" />
11+
<img src="https://img.shields.io/github/license/BuddySirJava/Mint?label=License&color=blue" alt="License" />
12+
</p>
1213

14+
</div>
1315

1416
Mint ships **29** lightweight, vanilla-friendly gameplay modules. Each one can be toggled per-player, integrates with common protection plugins, supports multiple storage backends, and requires no client mods.
1517

1618

17-
1819
## Features
1920

2021
Mint ships 29 lightweight modules grouped by category:

0 commit comments

Comments
 (0)