From 9f18dbd1b079fb6596e9fa2dd64c8c32904abad7 Mon Sep 17 00:00:00 2001 From: Khushi Sharma <93927718+Khushi0204@users.noreply.github.com> Date: Fri, 19 Jul 2024 18:24:10 +0530 Subject: [PATCH 1/4] Update testimonials.css fixed the text which was overflowing from the testimony card section --- src/styles/testimonials.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/testimonials.css b/src/styles/testimonials.css index db1d3eaf..7c618406 100644 --- a/src/styles/testimonials.css +++ b/src/styles/testimonials.css @@ -31,7 +31,7 @@ } .slide_item p{ color: var(--heading-color); - line-height: 28px; + line-height: 23px; } .sliders h2 { font-size: 2.5rem; @@ -114,4 +114,4 @@ .swiper{ width: 70vw; } -} \ No newline at end of file +} From 3f6e9cd8f2bf62ee4c18c5776f60bdb06d644d83 Mon Sep 17 00:00:00 2001 From: Khushi Sharma <93927718+Khushi0204@users.noreply.github.com> Date: Fri, 19 Jul 2024 18:48:43 +0530 Subject: [PATCH 2/4] Update Diet.css aligned all four diet plans on a single page --- src/styles/Diet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/Diet.css b/src/styles/Diet.css index 9c5f73b4..40de522f 100644 --- a/src/styles/Diet.css +++ b/src/styles/Diet.css @@ -1,7 +1,7 @@ /* Base styles for both modes */ .diet-container { display: flex; - flex-wrap: wrap; + flex-wrap: nowrap; justify-content: center; gap: 20px; padding: 20px; @@ -108,4 +108,4 @@ .dark-mode-app .meal-item p { color: #aaa; } - \ No newline at end of file + From 505d9d525c0d2f84160a2de6468a5b5701ed83ea Mon Sep 17 00:00:00 2001 From: Khushi Sharma <93927718+Khushi0204@users.noreply.github.com> Date: Fri, 19 Jul 2024 19:56:45 +0530 Subject: [PATCH 3/4] Update Diet.css Signed-off-by: Khushi Sharma --- src/styles/Diet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/Diet.css b/src/styles/Diet.css index 40de522f..5fb2d1c2 100644 --- a/src/styles/Diet.css +++ b/src/styles/Diet.css @@ -1,7 +1,7 @@ /* Base styles for both modes */ .diet-container { display: flex; - flex-wrap: nowrap; + flex-wrap: nowrap ; justify-content: center; gap: 20px; padding: 20px; From d6b399dd9cae56b87c94d4b39f8b6937cacdb657 Mon Sep 17 00:00:00 2001 From: Khushi Sharma <93927718+Khushi0204@users.noreply.github.com> Date: Fri, 19 Jul 2024 19:58:39 +0530 Subject: [PATCH 4/4] Update testimonials.css Signed-off-by: Khushi Sharma