* {
padding: 0;
margin: 0;
outline: none;
border: none;
list-style: none;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
}
img {
max-width: 100%;
}
.wrapper {
margin: 0 auto;
width: 90%;
max-width: 1024px;
float: none;
}
.clear {
clear: both;
}
main,
header,
section,
footer,
.store_features {
width: 100%;
float: left;
}
main {
background: #f0f0f0;
}
header {
padding: 25px 0;
}
header a {
margin-top: 20px;
float: left;
}
header aside {
float: right;
}
.store_features {
background: #4db452;
border: 1px solid #3b9f40;
}
.store_features li {
width: 25%;
border-right: 1px sol... |