@media screen and (max-width: 980px) {
.blockapps h2
{
float: none;
width: 100%;
margin: 0 0px 10px 0;
overflow: hidden;
display: block;
}
.line
{
display: none;
}
.apps
{
float: none;
width: 100%;
margin: 0 100px 10px 0;
overflow: hidden;
display: block;
}
}
@media screen and (max-width: 980px)
{
.wrap {
width: inherit;
min-width: inherit;
}
.blockapps {
width: inherit;
}
}
@media screen and (min-width: 980px)
{
.wrap {
width: 1060px;
min-width: 1060px;
}
.blockapps {
width: 800px;
}
}
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">