Add app logo and favicon

This commit is contained in:
Mikei386
2026-06-22 16:20:48 +02:00
parent c00f70c03a
commit 26e1879104
5 changed files with 55 additions and 5 deletions
+14
View File
@@ -37,6 +37,20 @@ header {
margin-bottom: 14px;
}
.mobile-brand {
display: flex;
align-items: center;
gap: 10px;
min-width: 0;
}
.mobile-brand img {
width: 40px;
height: 40px;
flex: 0 0 auto;
border-radius: 9px;
}
h1 {
margin: 0;
font-size: 24px;