README: fix logo vertical alignment using flexbox on h1

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-17 09:44:06 +02:00
parent 0b2e6983e7
commit 18c95b9b3f
+1 -1
View File
@@ -1,4 +1,4 @@
<h1><img src="frontend/public/favicon.svg" width="36" height="36" alt="" style="vertical-align:middle; margin-right:8px;" />Stupid Simple Network Inventory</h1>
<h1 style="display:flex; align-items:center; gap:10px;"><img src="frontend/public/favicon.svg" width="36" height="36" alt="" />Stupid Simple Network Inventory</h1>
![Python](https://img.shields.io/badge/Python-3.11-3776AB?logo=python&logoColor=white)
![FastAPI](https://img.shields.io/badge/FastAPI-009688?logo=fastapi&logoColor=white)