diff --git a/src/containers/whatGPT3/whatGPT3.css b/src/containers/whatGPT3/whatGPT3.css index 9e0038f47..c5ded9afa 100644 --- a/src/containers/whatGPT3/whatGPT3.css +++ b/src/containers/whatGPT3/whatGPT3.css @@ -62,15 +62,6 @@ color: var(--color-subtext); cursor: pointer; } - -.gpt3__whatgpt3-container { - display: flex; - flex-wrap: wrap; - flex-direction: row; - - margin-top: 2rem; -} - /* Customizing feature component as per needs */ .gpt3__whatgpt3-container .gpt3__features-container__feature { flex: 1; @@ -80,6 +71,14 @@ flex-direction: column; } +.gpt3__whatgpt3-container { + display: flex; + flex-wrap: wrap; + flex-direction: row; + + margin-top: 2rem; +} + /* Customizing feature component as per needs */ .gpt3__whatgpt3-container .gpt3__features-container_feature-text { margin-top: 0.5rem; @@ -120,4 +119,4 @@ margin: 1rem 0; min-width: 100%; } -} \ No newline at end of file +}