File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const About = () => {
35
35
</ div >
36
36
{ /* RIGHT SIDE */ }
37
37
< div className = "col-span-4" >
38
- < div className = "rounded border border-[#595F6D] p-5 h-92 h-full " >
38
+ < div className = "rounded border border-[#595F6D] p-5 h-92 h-3/5 " >
39
39
< p className = "text-xs" > csesoc/README< span className = "text-[#7A8192]" > .md</ span > </ p >
40
40
< p className = "mt-5" > Lorem Ipsum</ p >
41
41
</ div >
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ import Image from "next/image"
3
3
4
4
const ResourcesAndContacts = ( ) => {
5
5
return (
6
- < section className = "py-8 px-24 min-h-screen" >
6
+ < section className = "py-8 px-15 min-h-screen" >
7
7
< div className = "text-center my-10" >
8
8
< p className = "text-[#3977F8] font-game text-xl" > 03</ p >
9
- < h1 className = "font-bold text-4xl " > RESOURCES & CONTACTS </ h1 >
9
+ < h1 className = "font-bold text-5xl " > RESOURCES & CONTACTS </ h1 >
10
10
</ div >
11
11
12
12
< div className = "py-8 px-24" >
@@ -137,7 +137,7 @@ const ResourcesAndContacts = () => {
137
137
</ div >
138
138
</ div >
139
139
140
- < div className = "bg-[#080036] mt-20" >
140
+ < div className = "bg-[#080036] mt-20 p-5 rounded-lg " >
141
141
< div className = "grid grid-cols-3 flex 1 gap-x-9 gap-y-5 p-5" >
142
142
< a href = "https://bit.ly/CSESocDiscord" target = "_blank" className = "col-span-1 flex justify-center pt-2 pb-2 border border-[#595F6D] rounded-sm hover:bg-gray-100 hover:bg-opacity-10" >
143
143
< Image src = "assets/discord_logo.svg" alt = "" width = { 25 } height = { 25 } className = "mr-1" />
@@ -171,8 +171,7 @@ const ResourcesAndContacts = () => {
171
171
</ a >
172
172
< a href = "https://www.tiktok.com/@csesoc?lang=en" target = "_blank" >
173
173
< Image src = "assets/tiktok_logo.svg" alt = "TikTok" width = { 35 } height = { 35 } className = "mr-1 fill-white" />
174
- </ a >
175
-
174
+ </ a >
176
175
< a href = "#" target = "_blank" >
177
176
< Image src = "assets/wechat_logo.svg" alt = "weChat" width = { 40 } height = { 40 } className = "mr-1 fill-white" />
178
177
</ a >
You can’t perform that action at this time.
0 commit comments