docs: adjust version note on intro section
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
max-width: 1450px;
|
max-width: 1450px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1000px) {
|
@media screen and (max-width: 1200px) {
|
||||||
.container {
|
.container {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
max-width: 600px;
|
max-width: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1000px) {
|
@media screen and (min-width: 1200px) {
|
||||||
.container>article {
|
.container>article {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 5rem;
|
top: 5rem;
|
||||||
@@ -52,7 +52,7 @@
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1000px) {
|
@media screen and (min-width: 1200px) {
|
||||||
.container>article:nth-child(2)>h1:nth-child(1) {
|
.container>article:nth-child(2)>h1:nth-child(1) {
|
||||||
padding-top: 75px;
|
padding-top: 75px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
The Onspring API is organized around REST. It enables external programs to retrieve, save, and delete data within your Onspring instance. The Onspring API does not support bulk operations.
|
The Onspring API is organized around REST. It enables external programs to retrieve, save, and delete data within your Onspring instance. The Onspring API does not support bulk operations.
|
||||||
|
|
||||||
**Note:** There is a newer version of the Onspring API available [here](/). If you are using the Onspring API for the first time, we recommend using the newer version.
|
**Note:** There is a newer version of the Onspring API available [here](/). If you are using the Onspring API for the first time, we recommend using the most recent version.
|
||||||
|
|||||||
Reference in New Issue
Block a user