We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b733c31 commit cf5dd0aCopy full SHA for cf5dd0a
components/ResourcesAndContacts/index.tsx
@@ -137,7 +137,7 @@ const ResourcesAndContacts = () => {
137
</div>
138
139
140
- <div className="bg-[#080036] mt-20 p-5 rounded-lg">
+ <div className="bg-[#080036] mt-10 p-5 rounded-lg">
141
<div className="grid grid-cols-3 flex 1 gap-x-9 gap-y-5 p-5">
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
<Image src="assets/discord_logo.svg" alt="" width={25} height={25} className="mr-1"/>
0 commit comments