6 lines
78 B
CSS
6 lines
78 B
CSS
|
.image {
|
||
|
display: block;
|
||
|
width: auto;
|
||
|
height: auto;
|
||
|
}
|