pirati-web / jekyll-theme-pirati

Web desing of Czech Pirate Party
6 stars 17 forks source link

List image sizing misbehaves sometimes #41

Open xaralis opened 5 years ago

xaralis commented 5 years ago

In member list, avatar image sizing is sensitive to the length of member name. Same applies to member detail. It can be seen on:

https://vysocina.pirati.cz/lide/ https://vysocina.pirati.cz/lide/arja-karimbasharyarova/

It can be fixed by setting max-width: 100px; to .c-profile-badge__image--smaller. Looks like setting width: 100px is not enough in this case.