Commit 0180a17a8562f70c0462d8b0999ba60ba91a2ea5

Authored by felipebormann
1 parent c7e8901c

added responsive project name on smaller screens

amadeus/static/css/base/amadeus_responsive.css
@@ -46,7 +46,9 @@ @@ -46,7 +46,9 @@
46 } 46 }
47 47
48 @media(max-width: 768px) { 48 @media(max-width: 768px) {
49 - 49 + .navbar .project_name{
  50 + display: block !important;
  51 + }
50 52
51 .language-selector-on-header img{ 53 .language-selector-on-header img{
52 display: none; 54 display: none;