9 lines
112 B
CSS
9 lines
112 B
CSS
|
.avatar.proportioned {
|
||
|
height: auto;
|
||
|
width: 300px;
|
||
|
}
|
||
|
|
||
|
.avatar.distorted {
|
||
|
height: 400px;
|
||
|
width: 200px;
|
||
|
}
|