Commit 6fe057cc authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix header avatar size

parent 82483f95
...@@ -86,7 +86,7 @@ header { ...@@ -86,7 +86,7 @@ header {
.container { .container {
width: 100% !important; width: 100% !important;
padding-left: 0px; padding: 0px;
} }
/** /**
...@@ -134,14 +134,13 @@ header { ...@@ -134,14 +134,13 @@ header {
} }
.profile-pic { .profile-pic {
position: relative; padding: 0px !important;
top: -1px; width: 46px;
padding-right: 0px !important; height: 46px;
margin-left: 5px;
img { img {
width: 50px; width: 46px;
height: 50px; height: 46px;
margin: -15px;
margin-left: 5px;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment