Explorar el Código

fixing container width

BuildTools hace 3 años
padre
commit
26a36e7ac9
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      style.css

+ 3 - 0
style.css

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