From f0a091d60b1f19882866f867d19ca230268df4bb Mon Sep 17 00:00:00 2001 From: kload Date: Tue, 12 Jan 2016 15:31:07 +0100 Subject: [PATCH] [enh] Reduce the margin between stacked element And the overall size of the main column (80% -> 76%) --- prosopopee/static/css/style-page.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/prosopopee/static/css/style-page.css b/prosopopee/static/css/style-page.css index bfb865d..0ccbda4 100644 --- a/prosopopee/static/css/style-page.css +++ b/prosopopee/static/css/style-page.css @@ -72,19 +72,19 @@ a { } .bordered-picture img { - height: 80%; - width: 80%; - margin-left: 10%; - margin-right: 10%; + height: 76%; + width: 76%; + margin-left: 12%; + margin-right: 12%; } .pictures-line { - min-width: 80%; - width: 80%; - margin-left: 10%; - margin-right: 10%; + min-width: 76%; + width: 76%; + margin-left: 12%; + margin-right: 12%; display: flex; - margin-bottom: 15px; + margin-bottom: 5px; } .pictures-line .picture img { @@ -93,7 +93,7 @@ a { } .pictures-line .separator { - min-width: 15px; + min-width: 12px; } .text {