Center images in articles
This commit is contained in:
parent
867e0e8fdf
commit
dbb99e4565
@ -239,8 +239,9 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
||||
font-family: "Source Sans Pro", "Kozuka Gothic Pr6N", Meiryo, sans-serif !important;
|
||||
}
|
||||
|
||||
article img {
|
||||
article section img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
margin: 13px auto;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user