diff --git a/components/ProductSection/ProductSection.module.scss b/components/ProductSection/ProductSection.module.scss index ff8a6f7..888f230 100644 --- a/components/ProductSection/ProductSection.module.scss +++ b/components/ProductSection/ProductSection.module.scss @@ -2,8 +2,4 @@ h1 { padding: 2em; } - - .section { - display: flex; - } } diff --git a/components/TestimonialsSection/TestimonialsSection.js b/components/TestimonialsSection/TestimonialsSection.js index a0e0edc..0648189 100644 --- a/components/TestimonialsSection/TestimonialsSection.js +++ b/components/TestimonialsSection/TestimonialsSection.js @@ -10,13 +10,13 @@ const TestimonialsSection = () => {
diff --git a/components/TestimonialsSection/TestimonialsSection.module.scss b/components/TestimonialsSection/TestimonialsSection.module.scss index 0495520..328b8e3 100644 --- a/components/TestimonialsSection/TestimonialsSection.module.scss +++ b/components/TestimonialsSection/TestimonialsSection.module.scss @@ -7,19 +7,15 @@ padding: 2em; } - .section { - display: flex; + .testimonialCard { + flex: 1; - .testimonialCard { - flex: 1; - - figure { - margin: 1em !important; - } + figure { + margin: 1em !important; + } - p { - margin: 1em !important; - } + p { + margin: 1em !important; } } }