summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-05-04 05:41:10 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-05-04 05:41:10 -0400
commitddaf4af5ffb6b7ac76da3df0e968deb73b303363 (patch)
tree6e0cf836e603dbef5351c73df11a9a1117d2c753
parent093ef5abf9a3d662b6ac8d02796528452622407b (diff)
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.
-rw-r--r--static/grapheneos.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css
index a12ca78a..99aac46a 100644
--- a/static/grapheneos.css
+++ b/static/grapheneos.css
@@ -91,6 +91,7 @@ code {
#site-menu img {
height: 1.8rem;
+ width: 1.8rem;
filter: invert(100);
vertical-align: middle;
margin-right: 0.5rem;