File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ function Hero() {
46
46
/>
47
47
< button
48
48
type = "submit"
49
- className = "btn btn-square rounded-tl-none rounded-bl-none bg-transparent border-2023-manga-3 hover:bg-2023-manga-2 hover:text-2023-void-2 hover:border-2023-manga-2"
49
+ className = "group btn btn-square rounded-tl-none rounded-bl-none bg-transparent border-2023-manga-3 hover:bg-2023-manga-2 hover:text-2023-void-2 hover:border-2023-manga-2"
50
50
>
51
51
< SearchIcon />
52
52
</ button >
@@ -92,7 +92,7 @@ function Hero() {
92
92
93
93
const SearchIcon = ( ) => (
94
94
< svg
95
- className = "w-6 h-6"
95
+ className = "w-6 h-6 group-hover:stroke-2023-bavarian-gold-3 "
96
96
fill = "none"
97
97
stroke = "white"
98
98
viewBox = "0 0 24 24"
You can’t perform that action at this time.
0 commit comments