We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b4e1d commit 0b6de6eCopy full SHA for 0b6de6e
2 files changed
src/components/home/index.module.css
@@ -24,6 +24,10 @@ html[data-theme="dark"] {
24
.heroBanner {
25
padding: 2rem;
26
}
27
+
28
+ .buttons {
29
+ flex-direction: column;
30
+ }
31
32
33
.buttons {
@@ -32,6 +36,6 @@ html[data-theme="dark"] {
36
justify-content: center;
37
34
38
35
-.buttonMargin {
- margin: 1em 0.5em;
39
+.buttons>a {
40
+ margin: 0.5rem;
41
src/components/home/index.tsx
@@ -24,13 +24,11 @@ function HomepageHeader() {
>
Visit Boa Playground
</Link>
- </div>
- <div>
<Link
- className={"button button--secondary " + styles.buttonMargin}
+ className={"button button--secondary button--lg"}
href="https://docs.rs/boa_engine/latest/boa_engine/"
- Documentation
+ View Documentation
</div>
0 commit comments