From e0146fb2147804fbd85e789d7db6ac9f60b8e480 Mon Sep 17 00:00:00 2001 From: kload Date: Tue, 12 Jan 2016 15:43:03 +0100 Subject: [PATCH] [enh] Increase size difference between image columns and text columns --- prosopopee/static/css/style-page.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/prosopopee/static/css/style-page.css b/prosopopee/static/css/style-page.css index 0ccbda4..d45d4ca 100644 --- a/prosopopee/static/css/style-page.css +++ b/prosopopee/static/css/style-page.css @@ -72,19 +72,19 @@ a { } .bordered-picture img { - height: 76%; - width: 76%; - margin-left: 12%; - margin-right: 12%; + height: 77%; + width: 77%; + margin-left: 12.5%; + margin-right: 12.5%; } .pictures-line { - min-width: 76%; - width: 76%; - margin-left: 12%; - margin-right: 12%; + min-width: 77%; + width: 77%; + margin-left: 12.5%; + margin-right: 12.5%; display: flex; - margin-bottom: 5px; + margin-bottom: 6px; } .pictures-line .picture img { @@ -100,8 +100,8 @@ a { text-align: center; font-family: 'crimson', serif; font-size: 1.5em; - margin-left: 15%; - margin-right: 15%; + margin-left: 21%; + margin-right: 21%; color: #333; }