Merge pull request #3 from hnarayanan/css-fix-1
authorMark Otto <markdotto@gmail.com>
Thu, 2 Jan 2014 22:11:48 +0000 (14:11 -0800)
committerMark Otto <markdotto@gmail.com>
Thu, 2 Jan 2014 22:11:48 +0000 (14:11 -0800)
Add margin under lead copy and limit image width to container

public/css/poole.css

index 5e3dabe9f60cf22a4d72717da2d501f393fe0a8e..fabfd650335de6a3c19a82b9faf9380e1721403d 100644 (file)
@@ -202,6 +202,7 @@ blockquote p:last-child {
 
 img {
   display: block;
+  max-width: 100%;
   margin: 0 0 1rem;
   border-radius: 5px;
 }