Skip to content

Commit

Permalink
update feature page style in mobile screen
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Mar 15, 2016
1 parent 26a6c02 commit b798ee7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/spec/feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>

---
Expand Down

0 comments on commit b798ee7

Please sign in to comment.