瀏覽代碼

Make the width flexible by setting max-width

nitrocode 7 年之前
父節點
當前提交
e8516a2b5e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      style_chmduquesne.css

+ 1 - 1
style_chmduquesne.css

@@ -11,7 +11,7 @@
 /* Whole document */
 body {
     font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-    width: 800px;
+    max-width: 800px;
     margin: auto;
     background: #FFFFFF;
     padding: 10px 10px 10px 10px;