diff --git a/src/styles/Diet.css b/src/styles/Diet.css index 9c5f73b..5fb2d1c 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 + diff --git a/src/styles/testimonials.css b/src/styles/testimonials.css index db1d3ea..7c61840 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 +}