From 7c8aa3dba558df2e475251afaead545fac9e2be5 Mon Sep 17 00:00:00 2001 From: James Harris Date: Mon, 3 Aug 2020 21:48:21 +0100 Subject: [PATCH] fix: use 100% instead of 100vw --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index beb9079..cf429e9 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@ margin-bottom: 1rem; } img { - min-width: 100vw; + min-width: 100%; height: auto; } select,