fix(web): fingerprint screenshot URLs (bust proxy cache) + fix header logo aspect

This commit is contained in:
vjrj 2026-07-15 12:46:59 +02:00
parent a7ec13f2f1
commit 6ee61046c8
3 changed files with 5 additions and 5 deletions

View file

@ -62,7 +62,7 @@ a { color: var(--green); }
font-size: 1.25rem;
flex-shrink: 0;
}
.brand img { border-radius: 8px; }
.brand img { height: 36px; width: auto; object-fit: contain; }
.site-nav {
display: flex;
align-items: center;