We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbd7d7 commit 4951caaCopy full SHA for 4951caa
src/pages/index.js
@@ -26,7 +26,8 @@ function HomepageHeader() {
26
to="/docs/intro">
27
快速上手
28
</Link>
29
- <Link className="button button--secondary button--lg margin-left--sm"
+ <div className='margin--sm' />
30
+ <Link className="button button--secondary button--lg"
31
href="http://reactgo.lucky-byte.net:23890" target='_blank'>
32
演示
33
<span style={{ fontSize: 'small', marginLeft: 10 }}>
src/pages/index.module.css
@@ -56,6 +56,13 @@
56
align-items: center;
57
}
58
59
+@media screen and (max-width: 400px) {
60
+ .buttons {
61
+ flex-direction: column;
62
+ align-items: stretch;
63
+ }
64
+}
65
+
66
p.secondary {
67
color: #ff0;
68
font-size: 0.9rem;
0 commit comments