Skip to content

Commit

Permalink
Added bottom margin to the ExecProfiles container on AboutPage
Browse files Browse the repository at this point in the history
  • Loading branch information
rishit-singh committed Apr 5, 2024
1 parent a00ec8e commit 36746af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/app/about/AboutPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default function AboutPage({} : AboutPageProps)
{"The Langara Computer Science club is run by a team of dedicated Langara students. We strive to create awesome opportunities and events and to represent the interests of the diverse student body."}
</div>
</div>
<div className={"profileContainer"}>
<div className={"profileContainer mb-3"}>
<div className={"flex flex-col max-[600px]:mx-0 gap-3 items-center"}>
<Conditional Condition={loading}>Loading</Conditional>
<ExecProfiles/>
Expand Down

0 comments on commit 36746af

Please sign in to comment.