Przeglądaj źródła

fixing container width

BuildTools 3 lat temu
rodzic
commit
26a36e7ac9
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      style.css

+ 3 - 0
style.css

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