Skip to content

Commit

Permalink
Merge pull request #205 from LaurierHawkHacks/fix/204/change-meet-the…
Browse files Browse the repository at this point in the history
…-team-gradient

fix: background gradient in faq-team section
  • Loading branch information
aidantrabs authored Mar 31, 2024
2 parents 0a2e702 + 256820c commit 203f405
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 203f405

Please sign in to comment.