Fixed avatar size for smartphones
This commit is contained in:
parent
1582637343
commit
6b43550433
1 changed files with 4 additions and 0 deletions
|
|
@ -485,6 +485,10 @@ nav .icon-ui{
|
|||
.partners-logo-grid{
|
||||
grid-template-columns: repeat(auto-fit, minmax(6em, 1fr));
|
||||
}
|
||||
.userAvatar img{
|
||||
width: 6rem;
|
||||
height: 6rem;
|
||||
}
|
||||
.profile .userAvatar, .profile .userPseudo, .offcanvas .userAvatar{
|
||||
margin: 0 auto;
|
||||
text-align: center
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue