На мобильных устройствах фон не тянется, обрезается на половине и всё
На мобильных платформах фон не тянется до конца экрана, а обрезается на половине.
см. скрин.
html { width: 100%; overflow-y: scroll; }
body { width: 100%; }
.light {
width: 100%;
padding: 58px 0;
margin-bottom: 56px;
background:
url(/images/bg-round-top.png) repeat-x 0 0,
url(/images/bg-round-bottom.png) repeat-x 0 100%,
url(/images/bg-round.jpg) repeat 0 0;
background-attachment: scroll;
background-size: 100%;
}
