File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ html[data-theme="dark"] {
24
24
.heroBanner {
25
25
padding : 2rem ;
26
26
}
27
+
28
+ .buttons {
29
+ flex-direction : column;
30
+ }
27
31
}
28
32
29
33
.buttons {
@@ -32,6 +36,6 @@ html[data-theme="dark"] {
32
36
justify-content : center;
33
37
}
34
38
35
- .buttonMargin {
36
- margin : 1 em 0.5 em ;
39
+ .buttons > a {
40
+ margin : 0.5 rem ;
37
41
}
Original file line number Diff line number Diff line change @@ -24,13 +24,11 @@ function HomepageHeader() {
24
24
>
25
25
Visit Boa Playground
26
26
</ Link >
27
- </ div >
28
- < div >
29
27
< Link
30
- className = { "button button--secondary " + styles . buttonMargin }
28
+ className = { "button button--secondary button--lg" }
31
29
href = "https://docs.rs/boa_engine/latest/boa_engine/"
32
30
>
33
- Documentation
31
+ View Documentation
34
32
</ Link >
35
33
</ div >
36
34
</ div >
You can’t perform that action at this time.
0 commit comments