diff --git a/docs/neostyle.css b/docs/neostyle.css index 1cf1973..19abf70 100644 --- a/docs/neostyle.css +++ b/docs/neostyle.css @@ -94,3 +94,7 @@ table, th, td { border-style: solid; border-width: 2px; } + +img { + max-width: 100vw; +}