From abdb9b696df8f94a3af7ca8bbc56bb2b413f2ab1 Mon Sep 17 00:00:00 2001 From: Веталь Date: Fri, 20 May 2016 12:34:10 +0300 Subject: [PATCH] Веталь --- frontend/web/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 687f977..f83409c 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -128,7 +128,7 @@ h2.why{width:213px;height:49px;background:url('../img/logo-why.png') no-repeat;m h2.why span{display:none;} ul.why_list{list-style:none;margin:0px;padding:0px;} -ul.why_list li{float:left;margin-right:30px; width: 288px; height:96px;box-sizing: border-box;padding-left: 110px;} +ul.why_list li{float:left;margin-left:58px; width: 288px; height:96px;box-sizing: border-box;padding-left: 110px;} ul.why_list li span{font-weight:bold;color:#799920;} ul.why_list li.item1{background:url('../img/why_item1.png') left no-repeat;} ul.why_list li.item2{background:url('../img/why_item2.png') left no-repeat;} @@ -871,4 +871,5 @@ a.active{font-weight:bold;text-decoration: underline;} .special-products .item { margin-bottom: 0 !important; } -.why_me_ {padding-top: 30px;} \ No newline at end of file +.why_me_ {padding-top: 30px; overflow: hidden;} +.why_me_ .why_list {width: 1038px; margin-left: -58px} \ No newline at end of file -- libgit2 0.21.4