From f1cecc0d98d99abad1c26a2cff770d64a100e105 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 8 May 2019 17:22:27 -0400 Subject: [PATCH] bump up allowed emu size --- views/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/views/style.css b/views/style.css index 4dd913a..9d3b187 100644 --- a/views/style.css +++ b/views/style.css @@ -159,10 +159,11 @@ img { max-width: 100% } img.emu { - width: 1em; - height: 1em; + width: 2em; + height: 2em; vertical-align: middle; margin: -2px; + object-fit: contain; } @media screen and (max-width: 740px) { body {