diff --git a/components/sections/home2/Banner.js b/components/sections/home2/Banner.js index 56a6963..a26ba59 100644 --- a/components/sections/home2/Banner.js +++ b/components/sections/home2/Banner.js @@ -39,18 +39,11 @@ export default function Banner() { className="bg-layer" style={{ backgroundImage: 'url(/assets/images/home/banner/home-banner-1.webp)' }} > -
+ {/*
Expert Physiotherapy in Mississauga for You.
@@ -73,15 +66,8 @@ export default function Banner() { >
Expert Hand Massage Techniques for Relief
@@ -104,15 +90,8 @@ export default function Banner() { style={{ backgroundImage: 'url(/assets/images/home/banner/home-banner-3.webp)' }} >Physiotherapy Etobicoke & Rehab Care.
@@ -135,15 +114,8 @@ export default function Banner() { >
Waterfront Physio and Rehab Services.
diff --git a/public/assets/css/module-css/banner.css b/public/assets/css/module-css/banner.css index 1bb003f..e0259c4 100644 --- a/public/assets/css/module-css/banner.css +++ b/public/assets/css/module-css/banner.css @@ -163,7 +163,7 @@ @media (max-width: 768px) { .banner-carousel .swiper-slide .bg-layer { - height: 50%; + height: 70%; } } diff --git a/public/assets/css/module-css/feature.css b/public/assets/css/module-css/feature.css index 0e5aa21..7fe3f53 100644 --- a/public/assets/css/module-css/feature.css +++ b/public/assets/css/module-css/feature.css @@ -104,7 +104,7 @@ box-shadow: 0px 2px 70px rgba(0, 0, 0, 0.1); border-radius: 20px; z-index: 1; - margin-top: -140px; + margin-top: -65px; padding: 0px 30px; } diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 2c73b4e..4b339f4 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -3102,4 +3102,14 @@ .pt_90 { padding-top: 70px; } + } + + .custom-content-box { + padding: 50px; + } + + @media (max-width: 425px) { + .custom-content-box { + padding: 35px; + } } \ No newline at end of file