diff --git a/frontend/views/site/index.php b/frontend/views/site/index.php index c314805..73b48f0 100755 --- a/frontend/views/site/index.php +++ b/frontend/views/site/index.php @@ -41,24 +41,22 @@ echo ''

Почему

diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index dcb5591..d5deff2 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-left:58px; 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; margin-top: 20px;} 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,7 +871,7 @@ a.active{font-weight:bold;text-decoration: underline;} .special-products .item { margin-bottom: 0 !important; } -.why_me_ {padding-top: 30px; overflow: hidden;} +.why_me_ {padding-top: 30px; overflow: hidden; margin-bottom: 60px;} .why_me_ .why_list {width: 1038px; margin-left: -58px} .seo_text { -- libgit2 0.21.4