소스 검색

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 {
 img {
   display: block;
   display: block;
+  max-width: 100%;
   margin: 0 0 1rem;
   margin: 0 0 1rem;
   border-radius: 5px;
   border-radius: 5px;
 }
 }