Browse Source

fixing container width

BuildTools 3 years ago
parent
commit
26a36e7ac9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      style.css

+ 3 - 0
style.css

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