diff --git a/incorporealcms/static/css/style.css b/incorporealcms/static/css/style.css index 51b3533..a956416 100644 --- a/incorporealcms/static/css/style.css +++ b/incorporealcms/static/css/style.css @@ -4,8 +4,11 @@ html { } body { - margin: 0; + text-size-adjust: 100%; + -ms-text-size-adjust: 100%; + -moz-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; } .site-wrap { diff --git a/incorporealcms/templates/base.html b/incorporealcms/templates/base.html index 04d1909..eec4dac 100644 --- a/incorporealcms/templates/base.html +++ b/incorporealcms/templates/base.html @@ -1,5 +1,6 @@ {{ title }}{% if title %} - {% endif %}{{ config.TITLE_SUFFIX }} +