client/app/app.css
author rougeronj
Thu, 11 Jun 2015 15:37:51 +0200
changeset 170 533a98367f99
parent 106 cb13a9009bf5
child 172 ffdfe491869c
permissions -rw-r--r--
filter book in the request through 'type' parameter instead of filtering on client side

#logo {
    padding-top: 0;
}

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

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