explicit ratio for header logo in CSS
This fixes a PageSpeed warning caused by the ratio not being available before the image is loaded, although in this case the image is tiny and pushed to the client anyway.
This commit is contained in:
parent
093ef5abf9
commit
ddaf4af5ff
@ -91,6 +91,7 @@ code {
|
||||
|
||||
#site-menu img {
|
||||
height: 1.8rem;
|
||||
width: 1.8rem;
|
||||
filter: invert(100);
|
||||
vertical-align: middle;
|
||||
margin-right: 0.5rem;
|
||||
|
Loading…
x
Reference in New Issue
Block a user