diff --git a/static/css/docs.css b/static/css/docs.css index f4ee4707..059315c7 100644 --- a/static/css/docs.css +++ b/static/css/docs.css @@ -111,3 +111,8 @@ a.section:hover { } +@media (max-width: 992px) { + .docs-content img { + max-width: 100%; + } +} \ No newline at end of file