diff --git a/docs/docs.css b/docs/docs.css index 2d39555..7555f4a 100644 --- a/docs/docs.css +++ b/docs/docs.css @@ -294,6 +294,9 @@ aside .mark a { padding-left: 1em; border-left: 0.25em solid var(--border); } +.wrapper .documentative img { + max-width: 100%; +} .wrapper .documentative h1 + table, .wrapper .documentative h2 + table, .wrapper .documentative h3 + table, @@ -495,4 +498,6 @@ aside .mark a { .hljs-strong { font-weight: bold; } -.documentative pre .lang-css::before { content: 'CSS'; } \ No newline at end of file +.documentative pre .lang-css::before { + content: 'CSS'; +} diff --git a/docs/screenshots/theme.jpg b/docs/screenshots/theme.jpg index 34c6b68..7f15b1c 100644 Binary files a/docs/screenshots/theme.jpg and b/docs/screenshots/theme.jpg differ