From 49ab2befb66763da55d1f6e5882b5cc69bcf7dc0 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Tue, 8 Dec 2020 18:47:02 -0600 Subject: [PATCH] disable browser resize magic, do viewport magic instead --- incorporealcms/static/css/style.css | 5 ++++- incorporealcms/templates/base.html | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) 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 }} +