From cf4e77917509dadf2aac57bf0b3ce40f162449a9 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 9 Feb 2016 22:06:25 +0100 Subject: [PATCH] [fix] avoid using one additionnal class for page style --- prosopopee/static/css/style-page.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/prosopopee/static/css/style-page.css b/prosopopee/static/css/style-page.css index fe019dc..60470c5 100644 --- a/prosopopee/static/css/style-page.css +++ b/prosopopee/static/css/style-page.css @@ -193,3 +193,7 @@ footer a { font-family: 'montserrat', sans-serif; color: #111; } + +.gallery-header { + margin-bottom: 0; +}