more consistent default zoom
authorMichael Wallner <mike@php.net>
Mon, 22 Aug 2016 12:48:15 +0000 (14:48 +0200)
committerMichael Wallner <mike@php.net>
Mon, 22 Aug 2016 12:48:15 +0000 (14:48 +0200)
public/index.css
views/layout.phtml

index b71b5aec5e4c30d266dcf9d45637b05cb2ab0890..b422e5faa1ca9412177e3f48349b17a76931fdd3 100644 (file)
@@ -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;
index b3e16d5236d9c2b950082c20483aad09f71a91dc..6ef0ecf46fc6d7a51f51b75b6b70b6bf95d0fa0f 100644 (file)
@@ -10,6 +10,7 @@
                        <?php endif; ?>
                        mdref
                </title>
+               <meta name="viewport" content="width=1200, initial-scale=0.5">
                <?php if (isset($baseUrl)) : ?>
                        <base href="<?= $baseUrl ?>">
                        <meta http-equiv="Content-Location" content="<?= $baseUrl . $ref ?>">