From 968ef0d31d31ee8fb4adbf07d1dbdc540de273cb Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 20 Oct 2016 15:35:03 +0300 Subject: [PATCH] 123 --- frontend/web/css/style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index b125b70..68cee1d 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1438,7 +1438,7 @@ a.active{ font-family: 'Lato-Light'; font-weight: 600; letter-spacing: 0.7px; - max-width: 1010px; + max-width: 960px; margin: 0 auto; } .down_line{ @@ -1487,7 +1487,7 @@ a.active{ letter-spacing: 0.5px; font-family: 'Lato-Light'; font-weight: 600; - padding-left: 35px; + padding-left: 0px; } .list1 li{ margin-bottom: 20px; @@ -1592,7 +1592,10 @@ p.right{text-align: right;} margin: 9px 0px; height: 100%!important; } -.list1_block{margin-right: 35px;} +.list1_block{ + max-width: 990px; + margin: 0 auto; +} .hidden{display: none;} .text-blog p{ color: #595656; -- libgit2 0.21.4