From 00ede0f83775abb1fac3fd661d1829d34b1d4422 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Thu, 11 Jan 2024 19:05:29 -0600 Subject: [PATCH] more --- src/styles/features.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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%; + } +}