les images en taille max à 100%

This commit is contained in:
Paul Schneider 2017-10-22 13:10:05 +02:00
commit f21db44617
2 changed files with 6 additions and 1 deletions

View file

@ -31,6 +31,11 @@
max-height: 6em;
}
main img {
max-width: 100%;
max-height: 100%;
}
.userinfo {
display: block;
padding: .8em;