Commit 6c6548c596f037c94e1ffd50fc72b74df6372043
1 parent
021150da
Exists in
master
and in
3 other branches
fixed responsiviness and font color
Showing
1 changed file
with
7 additions
and
1 deletions
Show diff stats
amadeus/static/css/base/amadeus_responsive.css
@@ -18,6 +18,11 @@ | @@ -18,6 +18,11 @@ | ||
18 | } | 18 | } |
19 | 19 | ||
20 | @media(max-width: 1199px) { | 20 | @media(max-width: 1199px) { |
21 | + | ||
22 | + .navbar .project_name{ | ||
23 | + display: none; | ||
24 | + } | ||
25 | + | ||
21 | .navbar .navbar-brand { | 26 | .navbar .navbar-brand { |
22 | padding: 15px; | 27 | padding: 15px; |
23 | } | 28 | } |
@@ -49,7 +54,8 @@ | @@ -49,7 +54,8 @@ | ||
49 | } | 54 | } |
50 | 55 | ||
51 | .language-selector-on-header h4{ | 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 | .language-selector-on-header .dropdown-menu{ | 61 | .language-selector-on-header .dropdown-menu{ |