6 lines
84 B
CSS
6 lines
84 B
CSS
.center-images img {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|