File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,12 @@ function Sponsors({ sponsors }) {
24
24
</ li >
25
25
) ) }
26
26
</ ul >
27
+ < a
28
+ href = "https://github.com/sponsors/code-hike"
29
+ className = { s . button }
30
+ >
31
+ Sponsor Code Hike
32
+ </ a >
27
33
</ section >
28
34
)
29
35
}
Original file line number Diff line number Diff line change 47
47
color : # 666 ;
48
48
margin-top : 2px ;
49
49
}
50
+
51
+ .button {
52
+ width : 200px ;
53
+ display : block;
54
+ text-align : center;
55
+ padding : 8px 16px ;
56
+ border-radius : 4px ;
57
+ margin : 48px auto 0 ;
58
+ font-size : 1.2em ;
59
+ border : 2px solid;
60
+ border-color : var (--accent-500 ) !important ;
61
+ background : var (--accent-500 );
62
+ color : var (--white );
63
+ }
64
+
65
+ .button : hover {
66
+ text-decoration : none;
67
+ }
68
+
69
+ @media screen and (max-width : 725px ) {
70
+ .button {
71
+ font-size : 1em ;
72
+ width : 160px ;
73
+ }
74
+ }
You can’t perform that action at this time.
0 commit comments