From 4292c4bde2e04424d94f9bcf0b2c67f7cfcdb32c Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Thu, 14 Aug 2025 14:04:26 +0530 Subject: [PATCH] colour updated --- styles/sass/components/_section-title.scss | 5 +++++ styles/sass/page/_home-style-3.scss | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/styles/sass/components/_section-title.scss b/styles/sass/components/_section-title.scss index 7b088ef..0053a80 100644 --- a/styles/sass/components/_section-title.scss +++ b/styles/sass/components/_section-title.scss @@ -46,6 +46,11 @@ } +@media(max-width:500px) { + .wpo-section-title { + margin-bottom: 20px; + } +} .wpo-section-title-new { // text-align: center; diff --git a/styles/sass/page/_home-style-3.scss b/styles/sass/page/_home-style-3.scss index e785297..c23fe1c 100644 --- a/styles/sass/page/_home-style-3.scss +++ b/styles/sass/page/_home-style-3.scss @@ -8,7 +8,7 @@ .features-wrap { .feature-item { padding: 44px 50px; - background: $white; + background: rgb(215 58 62 / 24%); box-shadow: 0px 2px 10px rgba(0, 18, 52, 0.15); border-radius: 20px; text-align: center;