From f456a760555cf80d2763b66f353999a090006072 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Tue, 26 May 2020 14:17:41 +0100 Subject: [PATCH] Set max image width --- index.html | 1 + success.html | 1 + 2 files changed, 2 insertions(+) diff --git a/index.html b/index.html index bb05b13..8a39d9f 100644 --- a/index.html +++ b/index.html @@ -28,6 +28,7 @@ img { width: max-content; + max-width: 100%; margin: 0 auto; } diff --git a/success.html b/success.html index cea9b4a..b4d8f38 100644 --- a/success.html +++ b/success.html @@ -23,6 +23,7 @@ img { width: max-content; + max-width: 100%; margin: 0 auto; }