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%;
|
height: 100%;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
min-width: fit-content;
|
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;*/
|
/*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>
|
<head>
|
||||||
<meta NAME="author" CONTENT="Lukas Heiligenbrunner">
|
<meta NAME="author" CONTENT="Lukas Heiligenbrunner">
|
||||||
<meta charset="UTF-8">
|
<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>
|
<title>Lukas Heiligenbrunner</title>
|
||||||
|
|
||||||
<!-- Latest compiled and minified CSS -->
|
<!-- Latest compiled and minified CSS -->
|
||||||
|
Loading…
Reference in New Issue
Block a user