FIX avatar image
This commit is contained in:
parent
ec90ac9b77
commit
59b2196395
1 changed files with 3 additions and 1 deletions
|
@ -365,7 +365,7 @@ main > .content {
|
|||
}
|
||||
|
||||
.hero > .content > .image {
|
||||
max-width: 150px;
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
.hero > .description {
|
||||
|
@ -474,6 +474,8 @@ img {
|
|||
}
|
||||
|
||||
.avatar {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 50%;
|
||||
border: 3px solid {{ .Site.Params.color.primary }};
|
||||
object-fit: cover;
|
||||
|
|
Loading…
Reference in a new issue