From a09378c469cd103a80e706fea17b76831b871941 Mon Sep 17 00:00:00 2001 From: Valentine Omonya Date: Wed, 6 Mar 2024 21:35:07 +0300 Subject: [PATCH] Corrected Testimonial Section --- src/components/HeadLine/headline.css | 2 +- src/components/Testimonials/testimonial.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/HeadLine/headline.css b/src/components/HeadLine/headline.css index 40b2c7e..8e1d441 100644 --- a/src/components/HeadLine/headline.css +++ b/src/components/HeadLine/headline.css @@ -38,7 +38,7 @@ @media screen and (max-width: 576px) { .section-title .title-number { - font-size: 80px; + font-size: 100px; } .section-title .title-name { diff --git a/src/components/Testimonials/testimonial.css b/src/components/Testimonials/testimonial.css index a5b2f07..e7b8337 100644 --- a/src/components/Testimonials/testimonial.css +++ b/src/components/Testimonials/testimonial.css @@ -21,6 +21,9 @@ } } @media screen and (max-width: 576px) { + .testimonial-section { + margin-top: 150px; + } .swipper-container { width: 100%;