update feature page style in mobile screen

This commit is contained in:
afc163 2016-03-15 10:57:53 +08:00
parent 26a6c021e4
commit b798ee7520

View File

@ -32,6 +32,16 @@
font-size: 14px;
margin-top: 16px;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
.features {
width: 100%;
text-align: center;
margin-bottom: 20px;;
}
.features img {
width: 80%;
}
}
</style>
---