File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
frontend/src/components/Event Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ const Event = () => {
5
5
< h1 className = "font-bold text-6xl" > UPCOMING EVENTS</ h1 >
6
6
</ div >
7
7
< div className = "flex items-center" >
8
- < div className = "flex flex-col" >
8
+ < div className = "flex flex-col text-center " >
9
9
< p className = "text-center text-3xl" >
10
10
We run a wide-variety of events for fun, learning new skills and careers. For full
11
11
listings, check out the CSESoc Discord or our Facebook page!
12
12
</ p >
13
13
< 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" >
15
15
See all events
16
16
</ button >
17
17
</ a >
You can’t perform that action at this time.
0 commit comments