client/app/app.css
author rougeronj
Thu, 11 Jun 2015 12:35:10 +0200
changeset 166 eb84ca2b6317
parent 106 cb13a9009bf5
child 172 ffdfe491869c
permissions -rw-r--r--
show all books (even those created from scratch) in books.html

#logo {
    padding-top: 0;
}

.ammico-content {
    max-width: 1170px;
    min-width: 970px;
}

@media(max-width:991px){
    .navbar > .container{
        width: 100%;
    }
}