set avatars to center and non-repeat
This commit is contained in:
parent
3fc4a153d8
commit
e282be6ea1
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ article#func.article {
|
|||
height: 100%;
|
||||
overflow: hidden;
|
||||
background-size: 100%;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.article a p {
|
||||
|
|
Loading…
Reference in a new issue