6 lines
77 B
CSS
6 lines
77 B
CSS
article img {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|