set initial scale to 1 instead of 1.0

This commit is contained in:
lukas-heiligenbrunner 2020-03-20 19:06:57 +01:00
parent 0bbf1fb24a
commit b0c671dae8
2 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ body, html, #maincontent {
height: 100%;
scroll-behavior: smooth;
min-width: fit-content;
zoom: normal;
/*font-family: Calibre, "San Francisco", "SF Pro Text", -apple-system, system-ui, BlinkMacSystemFont, Roboto, "Helvetica Neue", "Segoe UI", Arial, sans-serif;*/
}

View File

@ -3,7 +3,7 @@
<head>
<meta NAME="author" CONTENT="Lukas Heiligenbrunner">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Lukas Heiligenbrunner</title>
<!-- Latest compiled and minified CSS -->