diff --git a/static/style.css b/static/style.css index e773d14..487be12 100644 --- a/static/style.css +++ b/static/style.css @@ -436,3 +436,8 @@ h6, .h6 { display: inline-block; margin-right: 0.3em; } + +img { + height: auto; + max-width: 100%; +} diff --git a/templates/base.html b/templates/base.html index 1ea1298..7b5106a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -8,7 +8,9 @@ - {% block content %} {% endblock %} +
+ {% block content %} {% endblock %} +