diff --git a/awx/static/api/api.css b/awx/static/api/api.css index 509d604f2f..a1d7a3fb55 100644 --- a/awx/static/api/api.css +++ b/awx/static/api/api.css @@ -47,8 +47,9 @@ body .navbar .navbar-brand:hover { } body .navbar .navbar-brand img { display: inline-block; - max-width: 150px; - max-height: 50px; + width: 93px; + height: 30px; + margin-right:14px; } body .navbar .navbar-brand > span { display: inline-block; diff --git a/awx/templates/rest_framework/api.html b/awx/templates/rest_framework/api.html index 7ae3c811f8..7a0df3670d 100644 --- a/awx/templates/rest_framework/api.html +++ b/awx/templates/rest_framework/api.html @@ -24,7 +24,7 @@ - + {% trans 'REST API' %} @@ -49,10 +49,7 @@