# HG changeset patch # User domruf # Date 2016-10-29 13:45:07 # Node ID ed3fc5a5f4e88959ada3c64818d138d7ca90f1d4 # Parent 2ce1f4cd87d80339af7a42d50efc00cba8cd3ab1 templates: add viewport meta element so small devices react to the responsive design diff --git a/kallithea/templates/base/root.html b/kallithea/templates/base/root.html --- a/kallithea/templates/base/root.html +++ b/kallithea/templates/base/root.html @@ -5,6 +5,7 @@ <%block name="title"/><%block name="branding_title"/> + ## CSS ###