1
0
Fork 0

fix: improve zoom on phone

This commit is contained in:
Henri Saudubray 2024-05-06 23:54:12 +02:00
parent aceacfc7a2
commit 196b92f9e8
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,7 @@
html {
display: flex;
width: 100vw;
width: 100%;
background-color: var(--bg-color);
color: var(--fg-color);
font-size: 1em;
@ -15,7 +15,7 @@ html {
body {
width: 80ch;
height: 100vh;
height: 100%;
margin: 0;
}

View file

@ -5,6 +5,7 @@
<link rel="stylesheet" type="text/css" href="./css/style.css?version=3"/>
<title>Henri Saudubray</title>
<meta name="description" content="Etudiant en M1 MPRI">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<script src="./js/man.js"></script>
</head>
<body>