File tree Expand file tree Collapse file tree 3 files changed +21
-26
lines changed Expand file tree Collapse file tree 3 files changed +21
-26
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,9 @@ export default function Install() {
48
48
> </ img >
49
49
< a className = "link" href = "docs/guide/installation/quickstart#examples" > Explore llm-d!</ a > </ h3 >
50
50
{ /* -------------------------------------------------------------------------- */ }
51
- < button className = "static-button install-button" role = "button" href = "#" >
52
- < a className = "button-link" href = "docs/guide" >
53
- Complete install methods here
54
- </ a >
55
- </ button >
51
+ < a className = "static-button install-button button-link" href = "docs/guide" >
52
+ Complete install methods here
53
+ </ a >
56
54
</ div >
57
55
</ div >
58
56
</ >
Original file line number Diff line number Diff line change @@ -17,26 +17,20 @@ export default function Welcome() {
17
17
18
18
19
19
< div className = "button-group" >
20
- < button className = "static-button" >
21
- < a className = "button-link" href = "docs/architecture/architecture" >
22
- Architecture
23
- </ a >
24
- </ button >
25
- < button className = "static-button" >
26
- < a
27
- className = "button-link"
28
- href = "docs/guide/Installation/Prerequisites"
29
- >
30
- { /* Link to install page on the docs */ }
31
- Installation
32
- </ a >
33
- </ button >
34
- < button className = "static-button" >
35
- < a className = "button-link" href = "docs/community/contribute" >
36
- { /* Link to Community tab */ }
37
- Community
38
- </ a >
39
- </ button >
20
+ < a className = "static-button button-link" href = "docs/architecture/architecture" >
21
+ Architecture
22
+ </ a >
23
+ < a
24
+ className = "static-button button-link"
25
+ href = "docs/guide/Installation/Prerequisites"
26
+ >
27
+ { /* Link to install page on the docs */ }
28
+ Installation
29
+ </ a >
30
+ < a className = "static-button button-link" href = "docs/community/contribute" >
31
+ { /* Link to Community tab */ }
32
+ Community
33
+ </ a >
40
34
</ div >
41
35
42
36
< div className = "hidden-for-mobile" >
Original file line number Diff line number Diff line change @@ -222,8 +222,9 @@ img.llm-d-logo {
222
222
223
223
.static-button ,
224
224
.install-button {
225
+ display : inline-flex;
225
226
align-items : center;
226
- justify-items : center;
227
+ justify-content : center;
227
228
border-radius : 15px ;
228
229
border : 1px solid transparent;
229
230
margin : 12.5px 12.5px ;
@@ -235,6 +236,8 @@ img.llm-d-logo {
235
236
cursor : pointer;
236
237
transition : border-color 0.25s ;
237
238
width : 100% ;
239
+ text-decoration : none;
240
+ color : # fff ;
238
241
@media screen and (max-width : 1024px ) {
239
242
margin : 5% 0 ;
240
243
@media screen and (max-width : 768px ) {
You can’t perform that action at this time.
0 commit comments