restrict user icon size

This commit is contained in:
teddit 2021-03-22 19:28:27 +01:00
parent a1ab3e7635
commit 8e3afb71d9
1 changed files with 4 additions and 0 deletions

View File

@ -933,6 +933,10 @@ footer a {
width: 20%;
text-align: center;
}
#user .info img {
max-width: 50%;
max-height: 190px;
}
#user .info h1 {
font-size: 1.1rem;
overflow-wrap: anywhere;