From c8c37b7e939582c4c3bc19e637d9d5654d90b178 Mon Sep 17 00:00:00 2001 From: "S.M Mukarram Nainar" Date: Wed, 2 Feb 2022 18:37:48 -0500 Subject: [PATCH] Fix spacing --- static/style.css | 5 +++++ templates/base.html | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 %} +