]> git.eli173.com Git - pong_br/commitdiff
cleaner still
authorElijah Cohen <eli@eli173.com>
Thu, 16 May 2019 02:47:58 +0000 (21:47 -0500)
committerElijah Cohen <eli@eli173.com>
Thu, 16 May 2019 02:47:58 +0000 (21:47 -0500)
TODO.org
web/index.html

index 42655792f49f0370017b3a920cc3ae9282ce4586..7b9d9e9fb4480747f7ef405507f9a51f25efb231 100644 (file)
--- a/TODO.org
+++ b/TODO.org
@@ -1,6 +1,5 @@
 todo:
 - make sure files in the right place for server stuff
-- CLEAN UP THE INDEX PAGE! MAKE IT LOOK OKAY JEEZ
 maybe:
 - paddle movement bump
 - more balls
index 72517c2767082c100de73216c81acf80d1d9f628..9dfb7f01ff6dfcac138bb811b0a98e26f200915e 100644 (file)
@@ -4,7 +4,7 @@
     <title>Pong: Battle Royale!</title>
     <style type="text/css">
       body { background-color: black; }
-      #content { width: 50%;
+      #content { width: 75%;
              display: block;
              margin: 0 auto;
              color: #fff8f8;
          border-radius: 3px;
       }
     </style>
-    <style media="all and (max-width: 600px)">
-      #content {
-         width: 80%;
-      }
-    </style>
   </head>
   <body>
     <div id="content">