From bec006e611b6ae91e682f20419a432557097f2f7 Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Wed, 18 Mar 2015 00:19:11 +0100 Subject: [PATCH] page margins increased on responsive pages --- plonetheme/pfbweb/static/css/pfbweb.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plonetheme/pfbweb/static/css/pfbweb.css b/plonetheme/pfbweb/static/css/pfbweb.css index 39ca864..be99332 100644 --- a/plonetheme/pfbweb/static/css/pfbweb.css +++ b/plonetheme/pfbweb/static/css/pfbweb.css @@ -3203,7 +3203,7 @@ body.largeText #content-core p { #global { background: transparent; - margin: 0; + margin: 5px 7px; width: auto; left: 0; } @@ -3452,7 +3452,7 @@ body.largeText #content-core p { #global { background: transparent; - margin: 5px; + margin: 5px 7px; width: 100%; left: 0; }