File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export default function ContributorCard({ contributor }: Props) {
31
31
target = "_blank"
32
32
rel = "noreferrer"
33
33
>
34
- < figure className = "px-10 pt-10" >
34
+ < figure className = "px-10 pt-10 h-[351px] md:h-[336px] lg:h-[204px] xl:h-[268px] " >
35
35
< img src = { url } alt = { contributor . name } className = "rounded-xl" />
36
36
</ figure >
37
37
</ a >
@@ -43,9 +43,9 @@ export default function ContributorCard({ contributor }: Props) {
43
43
>
44
44
{ contributor . profile }
45
45
</ a >
46
- < div className = "justify-center card-actions" >
46
+ < div className = "justify-center card-actions mt-auto " >
47
47
< a
48
- className = "text-white btn border-[#dbe8d9] hover:border-[#dbe8d9] btn-outline border-2 hover:bg-[#dbe8d9]"
48
+ className = "text-white btn border-[#dbe8d9] hover:border-[#dbe8d9] btn-outline border-2 hover:bg-[#dbe8d9] hover:text-slate-900 "
49
49
href = { `https://github.com/${ contributor . login } ` }
50
50
target = "_blank"
51
51
rel = "noreferrer"
You can’t perform that action at this time.
0 commit comments