Skip to content

Commit cf5dd0a

Browse files
author
Josh Ramos
committed
adjusted spacing between contacts and resource divs
1 parent b733c31 commit cf5dd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ResourcesAndContacts/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const ResourcesAndContacts = () => {
137137
</div>
138138
</div>
139139

140-
<div className="bg-[#080036] mt-20 p-5 rounded-lg">
140+
<div className="bg-[#080036] mt-10 p-5 rounded-lg">
141141
<div className="grid grid-cols-3 flex 1 gap-x-9 gap-y-5 p-5">
142142
<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">
143143
<Image src="assets/discord_logo.svg" alt="" width={25} height={25} className="mr-1"/>

0 commit comments

Comments
 (0)