feat: use favicon-192 for header logo, scale to 28px for visual parity with title text
Some checks failed
Build and Push Docker Image / build (push) Successful in 41s
CI / Security audit (push) Has been cancelled
CI / Tests & coverage (push) Has been cancelled

This commit is contained in:
2026-05-17 21:11:39 +01:00
parent 58f105a87e
commit 4f736ea562
2 changed files with 3 additions and 3 deletions

View File

@@ -886,8 +886,8 @@ body {
}
.title-logo {
width: 32px;
height: 32px;
width: 28px;
height: 28px;
display: block;
flex-shrink: 0;
}