Skip to content

Commit 7ea1a2e

Browse files
committed
made button smaller and allign to center
1 parent 37891ed commit 7ea1a2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/Event/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ const Event = () => {
55
<h1 className="font-bold text-6xl">UPCOMING EVENTS</h1>
66
</div>
77
<div className="flex items-center">
8-
<div className="flex flex-col">
8+
<div className="flex flex-col text-center">
99
<p className="text-center text-3xl">
1010
We run a wide-variety of events for fun, learning new skills and careers. For full
1111
listings, check out the CSESoc Discord or our Facebook page!
1212
</p>
1313
<a href="events">
14-
<button className="mt-10 bg-white border text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-[100%] xl:h-12 h-10">
14+
<button className="mt-10 bg-white border text-[#3977F8] border-[#A7A6E5] text-lg rounded-xl w-[60%] xl:h-12 h-10">
1515
See all events
1616
</button>
1717
</a>

0 commit comments

Comments
 (0)