fix: improve zoom on phone
This commit is contained in:
parent
aceacfc7a2
commit
196b92f9e8
2 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue