client/app/app.css
changeset 106 cb13a9009bf5
parent 42 edbfef527c66
child 172 ffdfe491869c
--- 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