Show images in post responsively

This commit is contained in:
Keichi Takahashi 2015-02-04 18:26:46 +09:00
parent bb0f40aac3
commit 525171d440
1 changed files with 5 additions and 0 deletions

View File

@ -189,3 +189,8 @@ 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 {
max-width: 100%;
height: auto;
}