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