From ca2db908ece9db82d88017ab16173a0cdba1be91 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 10 Dec 2015 07:22:28 +0100 Subject: [PATCH] [mod] blank is ugly, don't put that on the home --- prosopopee/static/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/prosopopee/static/css/style.css b/prosopopee/static/css/style.css index ff1b104..7e0d9b7 100644 --- a/prosopopee/static/css/style.css +++ b/prosopopee/static/css/style.css @@ -20,7 +20,7 @@ body { } .covers-1 .gallery-square { - width: 47%; + width: 100%; height: 100%; margin: auto; padding-bottom: 47%; @@ -28,10 +28,10 @@ body { } .covers-2 .gallery-square { - width: 47%; + width: 50%; height: 100%; float: left; - margin: 0 1.5% 3%; + margin: 0 0 3%; padding-bottom: 47%; position: relative; }