From e41443b2f554b762d5e43a12208c64bc3f0990c8 Mon Sep 17 00:00:00 2001 From: NotAdam Date: Fri, 13 Oct 2017 22:10:01 +1100 Subject: [PATCH] minor icon appearance change --- bin/web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/web/index.html b/bin/web/index.html index dd3231e5..f64c886c 100644 --- a/bin/web/index.html +++ b/bin/web/index.html @@ -12,8 +12,8 @@ text-align: center; } img.fit { - max-width: 99%; - max-height: 99%; + max-width: 100vw; + max-height: 100vh; } Sapphire