We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ede0b commit d8d0023Copy full SHA for d8d0023
2 files changed
src/pages/index.js
@@ -22,19 +22,16 @@ function HomepageHeader() {
22
to="/studio">
23
Studio
24
</Link>
25
- <p> </p>
26
<Link
27
className="button button--secondary button--lg"
28
to="/docs/intro">
29
Docs
30
31
32
33
34
to="/blog">
35
Blog
36
37
38
39
40
to="/info">
src/pages/index.module.css
@@ -18,6 +18,8 @@
18
19
.buttons {
20
display: flex;
21
+ flex-wrap: wrap;
+ gap: 1rem;
align-items: center;
justify-content: center;
}
0 commit comments