From b5d7bdc37f3e5739429dc24a0c850a607bae4746 Mon Sep 17 00:00:00 2001 From: Harish Narayanan Date: Thu, 2 Jan 2014 22:21:58 +0100 Subject: [PATCH] Add margin under lead copy and limit image width to container --- public/css/poole.css | 2 ++ 1 file changed, 2 insertions(+) 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; } -- 2.30.2