소스 검색

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;