Add margin under lead copy and limit image width to container
authorHarish Narayanan <hnarayanan@gmail.com>
Thu, 2 Jan 2014 21:21:58 +0000 (22:21 +0100)
committerHarish Narayanan <hnarayanan@gmail.com>
Thu, 2 Jan 2014 21:21:58 +0000 (22:21 +0100)
public/css/poole.css

index 5e3dabe9f60cf22a4d72717da2d501f393fe0a8e..3ffbe7255773187a8906e5de2c970a84a2e3d47a 100644 (file)
@@ -204,6 +204,7 @@ img {
   display: block;
   margin: 0 0 1rem;
   border-radius: 5px;
+  max-width: 100%; !important
 }
 
 /* Tables */
@@ -233,6 +234,7 @@ tbody tr:nth-child(odd) th {
 .lead {
   font-size: 1.25rem;
   font-weight: 300;
+  margin-bottom: 1rem;
 }