Update image profile class

This commit is contained in:
Nelson Estevão
2018-07-25 14:54:05 +01:00
parent 6e4464af39
commit 9a8672e1f1
4 changed files with 7 additions and 5 deletions

View File

@ -71,7 +71,7 @@ p {
margin-bottom: 15px;
}
.profile-img {
.avatar {
//used for profile image
max-width: 100px;
margin-bottom: 15px;

View File

@ -7,7 +7,7 @@
font-size: 12pt;
}
img.profile-img {
img.avatar {
filter: grayscale(1);
-webkit-filter: greyscale(1);
}