set initial scale to 1 instead of 1.0
This commit is contained in:
parent
0bbf1fb24a
commit
b0c671dae8
@ -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;*/
|
||||
}
|
||||
|
||||
|
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user