restrict user icon size
This commit is contained in:
parent
a1ab3e7635
commit
8e3afb71d9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue