浏览代码

Improve the landing page layout

Johannes Zellner 8 年之前
父节点
当前提交
579e73582e
共有 1 个文件被更改,包括 5 次插入3 次删除
  1. 5 3
      index.php

+ 5 - 3
index.php

@@ -4,8 +4,10 @@
 
   <style>
 
-    html {
-      margin: 0 33%;
+    body {
+      width: 50%;
+      min-width: 640px;
+      margin: auto;
       font-family: Helvetica;
       color: #333;
     }
@@ -15,7 +17,7 @@
       background: #333;
       color: white;
       border: none;
-      width: 100%;
+      width: 99%;
       padding: 10px;
       text-align: left;
       font-size: 13px;