File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
frontend/src/components/ResourcesAndContacts Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const ResourcesAndContacts = () => {
29
29
target = "_blank"
30
30
className = { `col-span-4 p-5 ${ boxStyling } flex` }
31
31
>
32
- < div className = "flex justify-center align-middle items-center pl-2 pr-8 " >
32
+ < div className = "flex justify-center align-middle items-center pl-2 pr-10 " >
33
33
< Image src = { item . svg } alt = { item . alt } draggable = "false" width = { item . width } height = { item . height } />
34
34
</ div >
35
35
< div >
@@ -65,7 +65,7 @@ const ResourcesAndContacts = () => {
65
65
target = "_blank"
66
66
className = { `md:col-span-2 col-span-4 p-5 ${ boxStyling } flex` }
67
67
>
68
- < div className = 'flex align-middle items-center pt-2 pb-4 pr-8 ' >
68
+ < div className = 'flex align-middle items-center pt-2 pb-4 pr-10 ' >
69
69
< Image src = { item . svg } alt = { item . alt } draggable = "false" width = { item . width } height = { item . height } className = 'rounded-md' />
70
70
</ div >
71
71
< div >
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ export const stage2: resourceCards[] = [
27
27
alt : 'Structs' ,
28
28
title : 'Structs' ,
29
29
desc : 'An educational data structures and algorithms platform' ,
30
- width : 60 ,
31
- height : 60
30
+ width : 70 ,
31
+ height : 70
32
32
} ,
33
33
{
34
34
href : 'https://jobsboard.csesoc.unsw.edu.au/' ,
@@ -45,17 +45,17 @@ export const stage2: resourceCards[] = [
45
45
alt : 'Notangles' ,
46
46
title : 'Notangles' ,
47
47
desc : 'Trimester timetabling tool - no more timetable tangles!' ,
48
- width : 60 ,
49
- height : 60
48
+ width : 70 ,
49
+ height : 70
50
50
} ,
51
51
{
52
52
href : 'https://unilectives.csesoc.app/' ,
53
53
svg : '/assets/unilectives_logo.svg' ,
54
54
alt : 'Uni-lectives' ,
55
55
title : 'Uni-lectives' ,
56
56
desc : 'Read course electives to help you pick your electives or even write your own!' ,
57
- width : 60 ,
58
- height : 60
57
+ width : 80 ,
58
+ height : 80
59
59
}
60
60
] ;
61
61
@@ -96,4 +96,4 @@ export const stage3: resourceCards[] = [
96
96
width : 60 ,
97
97
height : 60
98
98
}
99
- ] ;
99
+ ] ;
You can’t perform that action at this time.
0 commit comments