From 2eb50b55d8731b8ca578807a1faa7ce2c398fc65 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sat, 22 Jun 2019 09:46:11 -0600 Subject: [PATCH] img max width to prevent clipping on small screens --- errorpages/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/errorpages/styles.css b/errorpages/styles.css index 7f36f55..27e41fe 100644 --- a/errorpages/styles.css +++ b/errorpages/styles.css @@ -100,7 +100,8 @@ h1 { img { margin: 2rem 0; - max-height: 50vh; + max-height: 50vh; + max-width: 85vw; } p {