From a695a553e630fa3ef6dc6106d14c4087120bed47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Magnuszewski?= <47724273+pawelmagnu@users.noreply.github.com> Date: Sun, 24 Nov 2024 16:10:52 +0100 Subject: [PATCH] adds max width for images (#483) --- docs/templates/custom.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 docs/templates/custom.css diff --git a/docs/templates/custom.css b/docs/templates/custom.css new file mode 100644 index 00000000..44a02728 --- /dev/null +++ b/docs/templates/custom.css @@ -0,0 +1,3 @@ +img { + max-width: 100%; +} \ No newline at end of file