We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a14573 commit ec8310cCopy full SHA for ec8310c
2 files changed
docs/assets/theme-colors.less
@@ -77,6 +77,14 @@
77
}
78
79
80
+.wrapper1 {
81
+ margin-left: 150px;
82
+}
83
+
84
+.wrapper2 {
85
+ margin-right: 150px;
86
87
88
.btn.default.hollow {
89
color: #e535ab;
90
border: 2px solid #e535ab;
docs/source/index.md
@@ -9,12 +9,12 @@ The Apollo GraphQL platform is an implementation of GraphQL that helps you manag
9
10
<div class="documentation-buttons">
11
<div class="doc">
12
- <div align="center">
+ <div class="wrapper1" align="center">
13
<a href="/docs/tutorial/introduction.html" class="btn default closed">Try it out!</a>
14
</div>
15
16
17
+ <div class="wrapper2" align="center">
18
<a href="/docs/intro/platform.html" class="btn default hollow">Learn more</a>
19
20
0 commit comments