Skip to content

Commit b6fa99c

Browse files
authored
Merge pull request #220 from architkshk/user-pic
top right photo improvements
2 parents cb3f1cf + 509426f commit b6fa99c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

sass/styles/objects/o-nav-layout/o-nav-layout.scss

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@
1919
}
2020

2121
.main-nav{
22+
.nav-list {
23+
margin-top: 21px;
24+
}
25+
2226
.round-img{
23-
@include dimensions(60px, 60px);
24-
27+
@include dimensions(50px, 50px);
28+
margin: 5px 10px 0 0;
2529
float: right;
2630
cursor: pointer;
2731
}

0 commit comments

Comments
 (0)