diff --git a/app/scss/custom.scss b/app/scss/custom.scss index 81ee30ff..8bf7a442 100644 --- a/app/scss/custom.scss +++ b/app/scss/custom.scss @@ -66,6 +66,10 @@ p, .content li { .markdown { word-break: break-word; + + img { + max-width: 100%; + } } pre code { diff --git a/app/templates/base.html b/app/templates/base.html index 92f26e79..6b551867 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -6,7 +6,7 @@ {% block title %}title{% endblock %} - {{ config.USER_APP_NAME }} - +