fixed css of header logo

This commit is contained in:
Jenny Danzmayr 2023-12-24 20:32:04 +01:00
parent f23aaf86bf
commit d3b0b959e2

View file

@ -75,7 +75,8 @@ header h1 a, header h1 a:hover {
header h1 img {
height: 50px;
vertical-align: top;
margin-left: -10px;
// I have no idea why we did this, but it breaks the header logo, so I disabled it.
// margin-left: -10px;
max-width: none;
}
@media (max-width: 500px) {