diff --git a/src/app/NavBar/styles.less b/src/app/NavBar/styles.less index 64bac1ea8..063aec4b2 100644 --- a/src/app/NavBar/styles.less +++ b/src/app/NavBar/styles.less @@ -11,6 +11,7 @@ display: flex; flex-direction: row; align-items: center; + justify-content: center; &.active { background-color: @colorbgmain; } @@ -29,11 +30,11 @@ fill: @colorwhite80; height: 100%; width: 18px; - margin-right: 10px; } .nav-tab-label { color: @colorwhite80; font-size: 15px; + margin-left: 10px; } } } \ No newline at end of file