viewport to css
This commit is contained in:
parent
7c03ef4f12
commit
56834414b7
2 changed files with 7 additions and 1 deletions
|
@ -4,6 +4,13 @@
|
|||
src: url('/Y/Poppins-Light.ttf') format('truetype');
|
||||
}
|
||||
|
||||
/* VIEWPORT */
|
||||
@viewport {
|
||||
width: device-width;
|
||||
initial-scale: 1.0;
|
||||
zoom: 1;
|
||||
}
|
||||
|
||||
/* règles generéales */
|
||||
* {
|
||||
margin: 0px;
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
<title>D. Le Botlan</title>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
|
||||
<link media="all" href="Y/ystyle.css" rel="stylesheet" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<script src="Y/Scripts/yfold.js"></script>
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in a new issue