diff -r be1ff4e0593f -r cb13a9009bf5 client/app/app.css --- a/client/app/app.css Fri May 29 13:38:24 2015 +0200 +++ b/client/app/app.css Tue Jun 02 09:46:30 2015 +0200 @@ -3,11 +3,12 @@ } .ammico-content { - min-height: 500px; + max-width: 1170px; + min-width: 970px; } -/* -.ng-scope{ - border: red 1px solid; -} -*/ +@media(max-width:991px){ + .navbar > .container{ + width: 100%; + } +} \ No newline at end of file