File tree 2 files changed +13
-4
lines changed
2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,10 @@ const CardIndexPage = () => {
22
22
< div className = "container" >
23
23
< h1 className = "intro__heading" > A Collection of HTML and < span className = "accent" > CSS card</ span > UI components with examples.</ h1 >
24
24
< p className = "intro__text" > Now go build something great!</ p >
25
- < div className = "intro__link " >
25
+ < div className = "intro__ctas " >
26
26
< Link to = "/card/examples" className = "btn btn--primary" > See Examples</ Link >
27
+ < a href = "https://github.com/kenold/css-ui" className = "btn btn--secondary" > View Github Repo</ a >
28
+
27
29
</ div >
28
30
</ div >
29
31
</ section >
Original file line number Diff line number Diff line change 57
57
word-spacing : -18px ;
58
58
}
59
59
}
60
- .intro__link {
61
- margin-top : 1rem ;
60
+ .intro__ctas {
61
+ display : flex ;
62
+ flex-direction : column ;
63
+ @include md {
64
+ display : inline-block ;
65
+ }
66
+ a {
67
+ margin-right : .75rem ;
68
+ margin-top : .5rem ;
69
+ }
62
70
@include md {
63
- margin-top : 0.5 ;
64
71
}
65
72
}
66
73
.accent {
You can’t perform that action at this time.
0 commit comments