Fix header image size on small screens.

This commit is contained in:
Madeorsk 2025-01-10 13:56:18 +01:00
parent 7fde0096e2
commit aef1115911
Signed by: Madeorsk
GPG key ID: 677E51CA765BB79F

View file

@ -9,7 +9,7 @@ header
text-align: center; text-align: center;
a { color: unset; text-decoration: none; } a { color: unset; text-decoration: none; }
img { height: 2em; pointer-events: none; } img { height: 2em; max-width: 100%; pointer-events: none; }
} }
nav nav