Skip to content

Commit

Permalink
Update team.js
Browse files Browse the repository at this point in the history
bug(team): fix mix-blend property for safari support
  • Loading branch information
sklarfox authored Apr 25, 2024
1 parent 8a04ec1 commit 28598c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Team() {
<img
src="/img/team/alex.jpeg"
alt="Alex Sklar"
className="mix-blend-screen mb-4 mt-4 block w-11/12 max-w-[200px] rounded-full"
className="mb-4 mt-4 block w-11/12 max-w-[200px] rounded-full"
/>
<h3 className="text-syncoBlue mb-3 mt-3 text-center text-2xl sm:text-lg md:text-2xl">
Alex Sklar
Expand Down Expand Up @@ -57,7 +57,7 @@ export default function Team() {
<img
src="/img/team/erik.jpeg"
alt="Erik Margetis"
className="mix-blend-screen mb-4 mt-4 block w-11/12 max-w-[200px] rounded-full"
className="mb-4 mt-4 block w-11/12 max-w-[200px] rounded-full"
/>
<h3 className="text-syncoBlue mb-3 mt-3 text-center text-2xl sm:text-lg md:text-2xl">
Erik Margetis
Expand Down Expand Up @@ -99,7 +99,7 @@ export default function Team() {
<img
src="/img/team/joseph.jpeg"
alt="Joseph Liang"
className="mix-blend-screen mb-4 mt-4 block w-11/12 max-w-[200px] rounded-full"
className="mb-4 mt-4 block w-11/12 max-w-[200px] rounded-full"
/>
<h3 className="text-syncoBlue mb-3 mt-3 text-center text-2xl sm:text-lg md:text-2xl">
Joseph Liang
Expand Down

0 comments on commit 28598c0

Please sign in to comment.