From: Harish Narayanan Date: Thu, 2 Jan 2014 21:21:58 +0000 (+0100) Subject: Add margin under lead copy and limit image width to container X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=b5d7bdc37f3e5739429dc24a0c850a607bae4746;p=blog Add margin under lead copy and limit image width to container --- diff --git a/public/css/poole.css b/public/css/poole.css index 5e3dabe..3ffbe72 100644 --- a/public/css/poole.css +++ b/public/css/poole.css @@ -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; }