mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
17 lines
288 B
CSS
17 lines
288 B
CSS
|
#avatar_form div#preview {
|
||
|
flex: 1 1 20%;
|
||
|
text-align: center;
|
||
|
padding-top: 2rem;
|
||
|
}
|
||
|
|
||
|
#avatar_form input[type=file] {
|
||
|
max-width: 200px;
|
||
|
}
|
||
|
|
||
|
#avatar_form div#preview > div,
|
||
|
#avatar_form div#preview img {
|
||
|
max-width: 250px;
|
||
|
border-radius: 0.25rem;
|
||
|
margin: 0 auto;
|
||
|
}
|