From faf5baf0c2fb5a5357019619d4e0856221a94dc7 Mon Sep 17 00:00:00 2001 From: tibing Date: Wed, 6 Sep 2017 13:58:29 +0300 Subject: [PATCH] fix(theme): theme-switch margin when menu in the right --- src/app/@theme/components/header/header.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/@theme/components/header/header.component.scss b/src/app/@theme/components/header/header.component.scss index b521f6a7..3df2a9bc 100644 --- a/src/app/@theme/components/header/header.component.scss +++ b/src/app/@theme/components/header/header.component.scss @@ -36,7 +36,7 @@ } .theme-switch { - margin: 0 0 0 6rem; + margin: 0 6rem; width: 12rem; display: flex; justify-content: space-between;