From 8123783fe5aaa807a39e3a9394e55ef5deb7ae16 Mon Sep 17 00:00:00 2001 From: selvi Date: Fri, 8 Aug 2025 14:47:58 +0530 Subject: [PATCH] spacing, responsive checked --- components/BlogSection/BlogSection.js | 2 +- components/Testimonial/Testimonial.js | 2 +- styles/sass/base/_base.scss | 2 +- styles/sass/page/_home-default.scss | 18 +++++++++--------- styles/sass/page/_home-style-2.scss | 2 +- styles/sass/page/_home-style-4.scss | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/components/BlogSection/BlogSection.js b/components/BlogSection/BlogSection.js index 37d7d21..6868db3 100644 --- a/components/BlogSection/BlogSection.js +++ b/components/BlogSection/BlogSection.js @@ -25,7 +25,7 @@ const BlogSection = () => {

{blog.title}

Continue Reading diff --git a/components/Testimonial/Testimonial.js b/components/Testimonial/Testimonial.js index 41b00fc..a7a493f 100644 --- a/components/Testimonial/Testimonial.js +++ b/components/Testimonial/Testimonial.js @@ -47,7 +47,7 @@ const Testimonial = (props) => { return ( -
+
diff --git a/styles/sass/base/_base.scss b/styles/sass/base/_base.scss index 8ed41bd..86fd4a2 100644 --- a/styles/sass/base/_base.scss +++ b/styles/sass/base/_base.scss @@ -89,7 +89,7 @@ img { padding: 90px 0; } @include media-query( 767px ) { - padding: 80px 0; + padding: 90px 0; } } .pt-100 { diff --git a/styles/sass/page/_home-default.scss b/styles/sass/page/_home-default.scss index bdfb899..e205e39 100644 --- a/styles/sass/page/_home-default.scss +++ b/styles/sass/page/_home-default.scss @@ -177,7 +177,7 @@ .wpo-about-section-s2, .wpo-about-section-s3, .wpo-about-section-s4 { - padding-top: 150px; + padding-bottom: 0px; @media(max-width:991px) { padding-top: 0; @@ -587,7 +587,7 @@ .wpo-service-section, .wpo-service-section-s2 { @media(max-width:991px) { - padding-top: 0; + padding-top: 90px; } .wpo-service-slider { @@ -846,12 +846,12 @@ .wpo-campaign-area-s3, .wpo-campaign-area-s4, .wpo-campaign-area-s5 { - padding-bottom: 90px; + padding-bottom: 120px; position: relative; z-index: 1; @media(max-width:991px) { - padding-bottom: 70px; + padding-bottom: 90px; } &:before { @@ -1077,7 +1077,7 @@ .wpo-testimonial-section { position: relative; - padding-bottom: 0; + padding-top: 0; .wpo-testimonial-wrap { position: relative; @@ -1575,10 +1575,10 @@ /* 3.7 wpo-team-section */ .wpo-team-section { - padding-bottom: 90px; + padding-bottom: 120px; @media(max-width:991px) { - padding-bottom: 60px; + padding-bottom: 90px; } .wpo-team-wrap { @@ -1849,12 +1849,12 @@ .wpo-blog-section, .wpo-blog-section-s2 { - padding-bottom: 90px; + // padding-bottom: 120px; position: relative; z-index: 1; @media(max-width:767px) { - padding-bottom: 60px; + padding-bottom: 90px; } .wpo-blog-item { diff --git a/styles/sass/page/_home-style-2.scss b/styles/sass/page/_home-style-2.scss index 31eac2d..72af95d 100644 --- a/styles/sass/page/_home-style-2.scss +++ b/styles/sass/page/_home-style-2.scss @@ -16,7 +16,7 @@ @include media-query(991px) { margin-top: 0px; - padding: 80px 0; + padding: 90px 0; } .wpo-section-title{ diff --git a/styles/sass/page/_home-style-4.scss b/styles/sass/page/_home-style-4.scss index 246ebe9..e3f548a 100644 --- a/styles/sass/page/_home-style-4.scss +++ b/styles/sass/page/_home-style-4.scss @@ -40,7 +40,7 @@ .wpo-campaign-area-s4 { - padding-top: 0; + // padding-top: 120px; &:before, &:after {