From 8703591a93e9396659cdc80b3fcc4f6786d4c795 Mon Sep 17 00:00:00 2001 From: comnk Date: Fri, 31 May 2024 11:07:21 -0700 Subject: [PATCH] made fade effect more visible --- src/app/components/Testimonial/Testimonial.scss | 8 ++++---- src/app/components/Testimonial/constants.ts | 5 ----- src/app/pages/Apply/Apply.scss | 2 +- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/src/app/components/Testimonial/Testimonial.scss b/src/app/components/Testimonial/Testimonial.scss index 613eff7..d0b4938 100644 --- a/src/app/components/Testimonial/Testimonial.scss +++ b/src/app/components/Testimonial/Testimonial.scss @@ -51,7 +51,7 @@ width: 50px; height: 100%; background-color: white; - background: linear-gradient(to right, white, transparent); + background: linear-gradient(to right, black, transparent); position: absolute; left: 0; } @@ -62,7 +62,7 @@ width: 50px; height: 100%; background-color: white; - background: linear-gradient(to left, white, transparent); + background: linear-gradient(to left, black, transparent); position: absolute; right: 0; } @@ -78,8 +78,8 @@ .arrow-container { display: flex; position: absolute; - right: 0; - bottom: 0; + right: 0vh; + bottom: 0vh; z-index: 2; .arrow { diff --git a/src/app/components/Testimonial/constants.ts b/src/app/components/Testimonial/constants.ts index 0950064..fab60ad 100644 --- a/src/app/components/Testimonial/constants.ts +++ b/src/app/components/Testimonial/constants.ts @@ -11,11 +11,6 @@ export const TESTIMONIAL_LIST = [ }, { id: 'apply-2', - text: '"On a technical level, I\'ve expanded my skills in areas like mind mapping for brainstorming, conducting competitive analysis for market research, and using new collaboration tools. Personally, I\'ve grown in my ability to communicate effectively, especially when navigating differing opinions to reach compromises within a team."', - reviewer: 'Tracy Vu' - }, - { - id: 'apply-3', text: '“I have definitely gotten a better understanding of visual design and how to develop a good design for website functions.”', reviewer: 'Adeline Liem' } diff --git a/src/app/pages/Apply/Apply.scss b/src/app/pages/Apply/Apply.scss index 9e5c185..68d9c40 100644 --- a/src/app/pages/Apply/Apply.scss +++ b/src/app/pages/Apply/Apply.scss @@ -1,7 +1,7 @@ #apply { position: relative; width: 100%; - overflow: hidden; + overflow-x: hidden; h2 { margin-bottom: 0.75rem;