Skip to content

Commit

Permalink
fix board
Browse files Browse the repository at this point in the history
  • Loading branch information
menthy-wu committed Nov 20, 2023
1 parent 4be9eaa commit 58285aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/board/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Title from "@/components/Title";

const page = () => {
return (
<div className="relative w-full flex flex-col items-center mt-14">
<div className="relative w-full flex flex-col items-center mt-14 overflow-hidden">
<div className="absolute w-1/2 aspect-square bg-ewb-blue-100/40 rounded-full -translate-y-14" />
<Title title="MEET THE TEAM" />
<div className="relative grid grid-cols-4 w-9/12 gap-8 mt-14">
Expand Down

0 comments on commit 58285aa

Please sign in to comment.