From f6acc59b8a1d417638331e072adc35b46e1d5b49 Mon Sep 17 00:00:00 2001 From: NikolaBorislavovHristov Date: Fri, 15 Jun 2018 12:30:01 +0300 Subject: [PATCH] nav bar tab content align fixed --- src/app/NavBar/styles.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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