Sfoglia il codice sorgente

fixing container width

BuildTools 3 anni fa
parent
commit
26a36e7ac9
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      style.css

+ 3 - 0
style.css

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