diff options
| author | 2026-01-14 11:59:41 +0800 | |
|---|---|---|
| committer | 2026-01-14 11:59:41 +0800 | |
| commit | f1babdf9a625ddbb661f4e0678e6258511347656 (patch) | |
| tree | 586b937cc10216cb5bc63e1dfd48d112f1954ce0 /README.md | |
| parent | 694ff6bc9714a7eec7806033227511b66faa91f7 (diff) | |
| download | DropOut-f1babdf9a625ddbb661f4e0678e6258511347656.tar.gz DropOut-f1babdf9a625ddbb661f4e0678e6258511347656.zip | |
fix: center align the image in the README for better presentation
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,7 +2,9 @@ DropOut is a modern, fast, and efficient Minecraft launcher built with the latest web and system technologies. It leverages **Tauri v2** to deliever a lightweight application with a robust **Rust** backend and a reactive **Svelte 5** frontend. -<img width="500" align="center" src="assets/image.jpg" /> +<div align="center"> + <img width="500" src="assets/image.jpg" /> +</div> ## Features |