Center images in articles

This commit is contained in:
Keichi Takahashi 2015-04-02 23:45:19 +09:00
parent 867e0e8fdf
commit dbb99e4565
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}