From 565da30e8c8a73021c2b8ac975e9fa3f7ba32d6a Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Fri, 7 Oct 2016 12:02:47 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index be5d0f6..20c1117 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1615,11 +1615,17 @@ p.right{text-align: right;} margin: 0 auto 30px; position: relative; } -.collection{max-width:960px;margin:0 auto;} +.collection{ + max-width: 1064px; + width: 100%; + margin: 0 auto; +} .collection .titles .line1{font-size: 24px;margin-bottom: 8px;} .collection .titles .line2{font-size: 17px;} .collection .titles{ - margin: 36px 0px 15px 0px; + margin: 36px auto 15px auto; + width: 100%; + max-width: 1014px; } .collection p{ font-size: 15px; @@ -1627,6 +1633,14 @@ p.right{text-align: right;} line-height: 18px; letter-spacing: 0.3px; text-align: justify; + width: 100%; + max-width: 1014px; + margin: 0 auto; +} +.collection .down .more{ + width: 100%; + max-width: 1010px; + margin: 0 auto; } .down p{color:#000000;} .down{margin-bottom:63px;} -- libgit2 0.21.4