ソースを参照

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%;
+    }
 }