Просмотр исходного кода

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

Add margin under lead copy and limit image width to container
Mark Otto 11 лет назад
Родитель
Сommit
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;
 }