Commit abdb9b696df8f94a3af7ca8bbc56bb2b413f2ab1
1 parent
4f020609
Веталь
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -128,7 +128,7 @@ h2.why{width:213px;height:49px;background:url('../img/logo-why.png') no-repeat;m |
128 | 128 | h2.why span{display:none;} |
129 | 129 | |
130 | 130 | ul.why_list{list-style:none;margin:0px;padding:0px;} |
131 | -ul.why_list li{float:left;margin-right:30px; width: 288px; height:96px;box-sizing: border-box;padding-left: 110px;} | |
131 | +ul.why_list li{float:left;margin-left:58px; width: 288px; height:96px;box-sizing: border-box;padding-left: 110px;} | |
132 | 132 | ul.why_list li span{font-weight:bold;color:#799920;} |
133 | 133 | ul.why_list li.item1{background:url('../img/why_item1.png') left no-repeat;} |
134 | 134 | 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;} |
871 | 871 | .special-products .item { |
872 | 872 | margin-bottom: 0 !important; |
873 | 873 | } |
874 | -.why_me_ {padding-top: 30px;} | |
875 | 874 | \ No newline at end of file |
875 | +.why_me_ {padding-top: 30px; overflow: hidden;} | |
876 | +.why_me_ .why_list {width: 1038px; margin-left: -58px} | |
876 | 877 | \ No newline at end of file | ... | ... |