From 1a5d5cf0b6e4df461bfd897cdf0649699fc1fe4e Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 22 Sep 2021 18:40:50 +0200 Subject: [PATCH] chg: [css] the 100% width on img didn't make sense --- assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index 936092d..234ca48 100755 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1967,7 +1967,7 @@ /* Image */ p img { - width: 100%; + /* width: 100%; */ } .image { border: 0;