From 9a6813b53670097e799fe5d841c27088c7242e6b Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 22 Aug 2016 14:48:15 +0200 Subject: [PATCH] more consistent default zoom --- public/index.css | 6 ++---- views/layout.phtml | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/public/index.css b/public/index.css index b71b5ae..b422e5f 100644 --- a/public/index.css +++ b/public/index.css @@ -1,7 +1,6 @@ -* { - font-size: 99.9%; +html { + font-size: 18px; } - html, body{ height: 100%; min-height: 100%; @@ -236,7 +235,6 @@ footer a, h1 a, pre>code a, li h3 a { color: #b0e0e6; } li h3 { - font-size: 100%; } li h3 a { text-decoration: none; diff --git a/views/layout.phtml b/views/layout.phtml index b3e16d5..6ef0ecf 100644 --- a/views/layout.phtml +++ b/views/layout.phtml @@ -10,6 +10,7 @@ mdref + -- 2.30.2