diff --git a/src/styles/features.scss b/src/styles/features.scss index 20f5785..739d58e 100644 --- a/src/styles/features.scss +++ b/src/styles/features.scss @@ -77,3 +77,21 @@ font-size: 1.05rem; margin: 28px 0px; } + +@media only screen and (max-width: 430px) { + .features-top-wrapper { + flex-direction: column; + } + .features-top-left { + width: 100%; + } + .features-top-right { + width: 100%; + } + .features-bottom-left { + width: 100%; + } + .features-bottom-right { + width: 100%; + } +}