From 6de843c2d9d790f8fb1ed5aac1a139c335360bbf Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 28 Jun 2021 17:13:39 +0530 Subject: website: Constrain images within their containers. * website/style.css (img): Set max-width to 100%. --- website/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/style.css b/website/style.css index 3dd4ba3..d99533a 100644 --- a/website/style.css +++ b/website/style.css @@ -23,3 +23,7 @@ code { object { pointer-events: none; } + +img { + max-width: 100%; +} -- cgit v1.2.3