From 69871d435ff015d3e9f530f8457d57d06b3bbddb Mon Sep 17 00:00:00 2001 From: kload Date: Tue, 12 Jan 2016 17:21:19 +0100 Subject: [PATCH] [enh] Correct miscalculation --- prosopopee/static/css/style-page.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/prosopopee/static/css/style-page.css b/prosopopee/static/css/style-page.css index d45d4ca..1db0c1c 100644 --- a/prosopopee/static/css/style-page.css +++ b/prosopopee/static/css/style-page.css @@ -74,15 +74,15 @@ a { .bordered-picture img { height: 77%; width: 77%; - margin-left: 12.5%; - margin-right: 12.5%; + margin-left: 11.5%; + margin-right: 11.5%; } .pictures-line { min-width: 77%; width: 77%; - margin-left: 12.5%; - margin-right: 12.5%; + margin-left: 11.5%; + margin-right: 11.5%; display: flex; margin-bottom: 6px; }