Skip to content

Commit

Permalink
add: background gradient in faq-team section
Browse files Browse the repository at this point in the history
  • Loading branch information
teoh4770 committed Mar 31, 2024
1 parent 0a2e702 commit 256820c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/sections/TeamFAQ.section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ const Department: React.FC<DepartmentProps> = ({ title, members }) => {

const TeamSection = () => {
return (
<div className="bg-brightUbe">
// currently this div is the container of both faq and team section
<div className="bg-gradient-to-b from-[#CBAAF4] to-[#85C1C5] to-[120%]">
<section className="stacked -mb-24 bg-cover">
<img src={FaqBackground} alt="" className="w-full" />
<div className="container mx-auto px-4">
Expand Down

0 comments on commit 256820c

Please sign in to comment.