feat: use favicon-192 for header logo, scale to 28px for visual parity with title text

This commit is contained in:
2026-05-17 21:11:39 +01:00
parent 59adcbc36e
commit 2cbe3c6b76
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;
}