diff --git a/docs/spec/feature.md b/docs/spec/feature.md index 3f4f55a70747..89ab8aa4856a 100644 --- a/docs/spec/feature.md +++ b/docs/spec/feature.md @@ -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%; + } +} ---