diff --git a/frontend/app/frame/frame.component.css b/frontend/app/frame/frame.component.css
index 39ae5c3f..ca36e56d 100644
--- a/frontend/app/frame/frame.component.css
+++ b/frontend/app/frame/frame.component.css
@@ -27,7 +27,7 @@ ng2-slim-loading-bar {
.navbar .divider-vertical {
height: 30px;
- margin: 10px 1px 10px 10px;
+ margin: 10px;
border-right: 1px solid #ffffff;
border-left: 1px solid #f2f2f2;
}
@@ -41,8 +41,19 @@ ng2-slim-loading-bar {
.navbar-collapse .nav > .divider-vertical {
display: none;
}
+
+ .navbar-text {
+ margin-left: 0;
+ }
}
+@media (min-width: 767px) {
+ .navbar-text {
+ margin-left: 0;
+ }
+}
+
+
.badge {
margin-left: -5px;
padding: 0;
diff --git a/frontend/app/frame/frame.component.html b/frontend/app/frame/frame.component.html
index c2c53bb6..fdcf7816 100644
--- a/frontend/app/frame/frame.component.html
+++ b/frontend/app/frame/frame.component.html
@@ -36,7 +36,7 @@
-
+