Misplaced css attribute (#623)

This commit is contained in:
Gabriel 2020-04-24 19:49:23 +02:00 committed by GitHub
parent 8fc1e5c3ce
commit 8f786f17e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -175,9 +175,9 @@ img {
.navbar-custom .avatar-container .avatar-img-border {
width: 100%;
display: inline-block;
margin-left: -50%;
{% unless site.round-avatar == false %}
border-radius: 50%;
margin-left: -50%;
box-shadow: 0 0 8px 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);