Explorar el Código

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

Add margin under lead copy and limit image width to container
Mark Otto hace 11 años
padre
commit
fc06d5ff9e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
 }