Skip to content

Commit

Permalink
team
Browse files Browse the repository at this point in the history
  • Loading branch information
loechel committed Jun 2, 2024
1 parent d6cee7d commit f23d95a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added old_images/team.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/team.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,16 +137,16 @@ const IndexPage = () => {
src={"../images/team.png"}
alt={""}
className={
"w-[280px] h-[280px] md:hidden lg:block lg:w-[400px] lg:h-[511px] object-scale-down mb-10"
"w-[280px] h-[280px] md:hidden lg:block lg:w-[600px] lg:h-[400px] object-scale-down mb-10 space-x-10 xl:space-x-10"
}
/>
</div>
<div className={"mx-auto"}>
<h2 className={"!text-center"}>Project Team</h2>
<Team />
<div className={""}>
<hr className={'my-2 xl:my-5'}/>
<p className={'text-center'}>Become a contributing member</p>
<hr style={{ "margin-top": "15px", "margin-bottom": "15px"}} />
<div className={"space-y-5 xl:space-y-10 text-center"}>
<p>Become a contributing member</p>
</div>
</div>
</section>
Expand Down

0 comments on commit f23d95a

Please sign in to comment.