瀏覽代碼

Merge pull request #3 from hnarayanan/css-fix-1

Add margin under lead copy and limit image width to container
Mark Otto 11 年之前
父節點
當前提交
fc06d5ff9e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      public/css/poole.css

+ 1 - 0
public/css/poole.css

@@ -202,6 +202,7 @@ blockquote p:last-child {
 
 img {
   display: block;
+  max-width: 100%;
   margin: 0 0 1rem;
   border-radius: 5px;
 }