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:
@@ -91,6 +91,7 @@ code {
|
||||
|
||||
#site-menu img {
|
||||
height: 1.8rem;
|
||||
width: 1.8rem;
|
||||
filter: invert(100);
|
||||
vertical-align: middle;
|
||||
margin-right: 0.5rem;
|
||||
|
||||
Reference in New Issue
Block a user