summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/index.html b/index.html
index 91b0e3a..4fcc481 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@ html,body { font-size: 12px; font-weight: normal; background: black; color: whit
circle { cursor: pointer }
input[type=text] { width: 30px }
#mobile_controls { display: none }
-.mobile #mobile_controls { display: inline }
+.mobile #mobile_controls { display: block; }
#MobileStart {
position: absolute;
@@ -34,7 +34,8 @@ input[type=text] { width: 30px }
width: 80px;
height: 80px;
text-align: center;
- line-height: 80px; }
+ line-height: 80px;
+}
</style>
</head>