瀏覽代碼

Reset css width

Foppe Hemminga 6 年之前
父節點
當前提交
5a416a52aa
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      index.php

+ 2 - 0
index.php

@@ -11,6 +11,8 @@
 	<title>Hello, world!</title>
     <style>
         .container-fluid {
+            /* reset width: 100% */
+            width: auto;
             margin: 25px 50px;
             padding: 5px 10px;
         }