]> git.cworth.org Git - lmno.games/blobdiff - index.html
Add some responsive layout for the page itself
[lmno.games] / index.html
index 4da618884f0f3f2158a4b0344cd88ebc65aac2cd..bb9367ffb7e3b313901a16822f7a2c93049dce4a 100644 (file)
   </head>
   <body>
 
-    <form onsubmit="join_game(this)">
+    <div id="page">
 
-      <div class="form-field large">
-        <label for="id">Game ID</label>
-        <input type="text" id="id" required>
-      </div>
+      <form onsubmit="join_game(this)">
 
-      <div class="form-field large">
-        <button type="submit">
-          Join Game
-        </button>
-      </div>
+        <div class="form-field large">
+          <label for="id">Game ID</label>
+          <input type="text" id="id" required>
+        </div>
 
-    </form>
+        <div class="form-field large">
+          <button type="submit">
+            Join Game
+          </button>
+        </div>
+
+      </form>
+
+    </div>
   </body>
 </html>