marge caroussel

This commit is contained in:
Paul Schneider 2017-10-21 02:04:53 +02:00
commit 5be0dcb4ac
3 changed files with 8 additions and 5 deletions

View file

@ -93,4 +93,11 @@
<img src="~/images/shoppingcart.svg" alt="basket" title="Vos commandes en coiffure à domicile" />(@ViewData["HaircutCommandCount"])</a></li>
}
}
@section header {
<style>
.navbar {
margin-bottom: 0;
}
</style>
}