fix: Reduced size of logo to 56px for better balance
All checks were successful
Build and Push Docker Image / build (push) Successful in 22s
CI / Security audit (push) Successful in 1m24s
CI / Tests & coverage (push) Successful in 1m36s

This commit is contained in:
2026-05-17 21:19:01 +01:00
parent 03087aed28
commit 9f764998a8

View File

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