Add viewport

This commit is contained in:
Beu 2019-10-23 12:53:42 +02:00
parent 0c274e75c0
commit e8d983f462
2 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<link rel="icon" type="image/x-icon" href="<?php print(_HTTP_PATH . "favicon.ico"); ?> ">
<script src="<?php print(_HTTP_PATH . "script.js"); ?> "></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
@font-face {
font-family: 'Roboto';

View File

@ -1,3 +1,8 @@
@viewport {
width: device-width;
zoom: 1;
}
body{
position: relative;
min-height: 100vh;