瀏覽代碼

fixing container width

BuildTools 3 年之前
父節點
當前提交
26a36e7ac9
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      style.css

+ 3 - 0
style.css

@@ -118,4 +118,7 @@ select:focus{
     input,select{
         width: 100%;
     }
+    .container{
+        width: 85%;
+    }
 }