From 1aa2f35f53bd4b75f6be9dfe38c4fca92ac6376a Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 16 Nov 2016 14:42:22 +0100 Subject: Use 62.5% base font size and proper rem everywhere MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://snook.ca/archives/html_and_css/font-size-with-rem Signed-off-by: Johannes Löthberg --- templates/layout.html | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/templates/layout.html b/templates/layout.html index 3dfa031..562764f 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -4,8 +4,11 @@ {% block head %}{% endblock %}