different mobile attempt

This commit is contained in:
Nick
2019-04-15 19:55:32 -06:00
parent 09dc23ae12
commit 6513457e0b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ body {
margin-left:auto;
margin-right:auto;
margin-top:calc(30px + 4.0vh);;
font-size:calc(10px + 1.0vh);
font-size:14px;
background-color: #000;
}
+1
View File
@@ -1,5 +1,6 @@
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<head>
<title>Dungeon</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>