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:
Daniel Micay 2021-05-04 05:41:10 -04:00
parent 093ef5abf9
commit ddaf4af5ff

View File

@ -91,6 +91,7 @@ code {
#site-menu img {
height: 1.8rem;
width: 1.8rem;
filter: invert(100);
vertical-align: middle;
margin-right: 0.5rem;