fix: Reduced size of logo to 56px for better balance

This commit is contained in:
2026-05-17 21:19:01 +01:00
parent 90bf411e0c
commit c98b81c8bd

View File

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