fix: increase header logo to 40px, use 192px source for crispness
All checks were successful
Build and Push Docker Image / build (push) Successful in 37s
CI / Security audit (push) Successful in 1m53s
CI / Tests & coverage (push) Successful in 1m59s

This commit is contained in:
2026-05-17 21:13:03 +01:00
parent 4f736ea562
commit b88787a3c9

View File

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