Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
qwtel committed Nov 27, 2017
1 parent cda94bb commit 98a0909
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions _sass/hydejack/__inline/_avatar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,18 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.

.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;
}

}
2 changes: 1 addition & 1 deletion _sass/hydejack/__inline/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
top: 0;
left: 0;
width: 100%;
z-index: 1;
z-index: 2;
}

.navbar > .content {
Expand Down
1 change: 1 addition & 0 deletions _sass/hydejack/_avatar.pre.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
width: 6.5rem;
height: 6.5rem;
border-radius: 100%;
margin-left: .5rem;
// >>>
position: relative; // link
z-index: 1; // link
Expand Down
2 changes: 1 addition & 1 deletion _sass/hydejack/_menu.pre.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
top: 0;
left: 0;
width: 100%;
z-index: 1;
z-index: 2;
}

.navbar > .content {
Expand Down

0 comments on commit 98a0909

Please sign in to comment.