From 603c8338c0414629fe24976b585ebb428205d35b Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 29 Jan 2022 16:07:25 +0000 Subject: [PATCH] Doc: Fixed news image width on mobile --- Assets/WebsiteAssets/css/site.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/WebsiteAssets/css/site.css b/Assets/WebsiteAssets/css/site.css index 65f299dce8..ccf38af25b 100644 --- a/Assets/WebsiteAssets/css/site.css +++ b/Assets/WebsiteAssets/css/site.css @@ -672,7 +672,7 @@ footer .bottom-links-row p { .news-page img, .news-item-page img { - max-width: 650px; + max-width: 100%; } /*****************************************************************