Selaa lähdekoodia

Fixes indentation of CSS file

Muhammad Talha Mansoor 13 vuotta sitten
vanhempi
commit
e3c844f061
1 muutettua tiedostoa jossa 3 lisäystä ja 4 poistoa
  1. 3 4
      css/custom.css

+ 3 - 4
css/custom.css

@@ -198,9 +198,9 @@ Mobile version - preset code from cssgrid.net */
    }
 
 
-.searchBox {
-   text-align: center;
-}
+   .searchBox {
+      text-align: center;
+   }
 
 
    .examplecontainer {}
@@ -248,5 +248,4 @@ and (min-width : 321px) {
    #siteTagline {
       font-size:0.9em;
    }
-
 }