From 98a0909d835bf022ed1f73fcbe8e31b8f12d84ed Mon Sep 17 00:00:00 2001 From: Florian Klampfer Date: Mon, 27 Nov 2017 10:09:23 +0100 Subject: [PATCH] fix style --- _sass/hydejack/__inline/_avatar.scss | 9 +++++---- _sass/hydejack/__inline/_menu.scss | 2 +- _sass/hydejack/_avatar.pre.scss | 1 + _sass/hydejack/_menu.pre.scss | 2 +- 4 files changed, 8 insertions(+), 6 deletions(-) diff --git a/_sass/hydejack/__inline/_avatar.scss b/_sass/hydejack/__inline/_avatar.scss index 8794f563daf..4ffc331d337 100644 --- a/_sass/hydejack/__inline/_avatar.scss +++ b/_sass/hydejack/__inline/_avatar.scss @@ -25,17 +25,18 @@ // along with this program. If not, see . .avatar { - + float: right; width: 6.5rem; height: 6.5rem; border-radius: 100%; + margin-left: .5rem; -// position: relative; -// z-index: 1; +// position: relative; +// z-index: 1; @media screen and (min-width: $break-point-1) { width: 7rem; height: 7rem; } - + } diff --git a/_sass/hydejack/__inline/_menu.scss b/_sass/hydejack/__inline/_menu.scss index 888e015296d..811a17ac0ce 100644 --- a/_sass/hydejack/__inline/_menu.scss +++ b/_sass/hydejack/__inline/_menu.scss @@ -30,7 +30,7 @@ top: 0; left: 0; width: 100%; - z-index: 1; + z-index: 2; } .navbar > .content { diff --git a/_sass/hydejack/_avatar.pre.scss b/_sass/hydejack/_avatar.pre.scss index 3cf42e8133c..afcd8b0112a 100644 --- a/_sass/hydejack/_avatar.pre.scss +++ b/_sass/hydejack/_avatar.pre.scss @@ -19,6 +19,7 @@ width: 6.5rem; height: 6.5rem; border-radius: 100%; + margin-left: .5rem; // >>> position: relative; // link z-index: 1; // link diff --git a/_sass/hydejack/_menu.pre.scss b/_sass/hydejack/_menu.pre.scss index 03a19499230..8a991ba4827 100644 --- a/_sass/hydejack/_menu.pre.scss +++ b/_sass/hydejack/_menu.pre.scss @@ -19,7 +19,7 @@ top: 0; left: 0; width: 100%; - z-index: 1; + z-index: 2; } .navbar > .content {