Skip to content

Commit

Permalink
acmuta#48 aligned button to center for acm educate
Browse files Browse the repository at this point in the history
  • Loading branch information
FootballisCool committed Nov 5, 2024
1 parent 13c8672 commit 1c7a51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/about/AcmEducateCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const AcmEducateCard = () => {
</p>

{/* Button */}
<div className="w-full flex justify-start md:justify-end my-4">
<div className="w-full flex justify-center my-4">
<button className="font-bold border border-white/60 rounded-2xl px-3 py-1">
learn more
</button>
Expand Down

0 comments on commit 1c7a51c

Please sign in to comment.