From bcbae8e6413784e0807f11a653e40739de9699c6 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Thu, 27 Feb 2020 21:54:58 +0100 Subject: fix image width on mobile browsers --- style.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.scss b/style.scss index 8edc8da..7bcad60 100644 --- a/style.scss +++ b/style.scss @@ -37,8 +37,8 @@ p { } p img { -// width: 90%; - width: 40em; + width: 100%; + max-width: 40em; height: auto; } -- cgit v1.2.3