site4projects/css/local.css


Home Back

/* set a max-width for horizontal fluid layout and make it centered */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width:  950px ;
}

.jumbotron-home{
  /*margin-right: auto;
  margin-left: auto;
  max-width:  450px ;*/
}

.list-group-downloads{
  margin-right: auto;
  margin-left: auto;
  max-width:  350px ;
}

@font-face {
    font-family: Lato;
    src: url(../fonts/Lato/Lato-Regular.ttf);
}

body { font-family: Lato}

Powered by Code, a simple repository browser by Fabio Di Matteo