Commit 6c6548c596f037c94e1ffd50fc72b74df6372043

Authored by felipebormann
1 parent 021150da

fixed responsiviness and font color

amadeus/static/css/base/amadeus_responsive.css
... ... @@ -18,6 +18,11 @@
18 18 }
19 19  
20 20 @media(max-width: 1199px) {
  21 +
  22 + .navbar .project_name{
  23 + display: none;
  24 + }
  25 +
21 26 .navbar .navbar-brand {
22 27 padding: 15px;
23 28 }
... ... @@ -49,7 +54,8 @@
49 54 }
50 55  
51 56 .language-selector-on-header h4{
52   - color:white;
  57 + color:rgba(255,255,255,.84);
  58 + padding-left: 5px;
53 59 }
54 60  
55 61 .language-selector-on-header .dropdown-menu{
... ...