FIX avatar image

This commit is contained in:
Hoernschen 2024-01-14 12:29:11 +01:00
parent ec90ac9b77
commit 59b2196395
Signed by: hoernschen
GPG key ID: 37591FAF4E6D3462

View file

@ -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;