Skip to content

Commit

Permalink
fix: activities section a bit far from previous section
Browse files Browse the repository at this point in the history
  • Loading branch information
lambeboluwatife committed Apr 4, 2023
1 parent 60694a6 commit cb9dbf2
Show file tree
Hide file tree
Showing 2 changed files with 7,250 additions and 7,129 deletions.
2 changes: 1 addition & 1 deletion src/components/GetActivities.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const events = eventList.events
const styles = "transition-all ease-in cursor-pointer"

const GetActivities = () => (
<div className="flex flex-col items-center">
<div style={{ marginTop: "50px" }} className="flex flex-col items-center">
<Title heading="Activities" />
<section className="flex justify-center sm:w-[500px] xl:w-auto p-4 sm:p-10">
{events.map((event, idx) => {
Expand Down
Loading

0 comments on commit cb9dbf2

Please sign in to comment.