Misplaced css attribute (#623)
This commit is contained in:
parent
8fc1e5c3ce
commit
8f786f17e1
@ -175,9 +175,9 @@ img {
|
|||||||
.navbar-custom .avatar-container .avatar-img-border {
|
.navbar-custom .avatar-container .avatar-img-border {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
margin-left: -50%;
|
||||||
{% unless site.round-avatar == false %}
|
{% unless site.round-avatar == false %}
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
margin-left: -50%;
|
|
||||||
box-shadow: 0 0 8px rgba(0, 0, 0, .8);
|
box-shadow: 0 0 8px rgba(0, 0, 0, .8);
|
||||||
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .8);
|
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .8);
|
||||||
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
|
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
|
||||||
|
Loading…
Reference in New Issue
Block a user