Explorar o código

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

Add margin under lead copy and limit image width to container
Mark Otto %!s(int64=11) %!d(string=hai) anos
pai
achega
fc06d5ff9e
Modificáronse 1 ficheiros con 1 adicións e 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;
 }