docs: adjust version note on intro section

This commit is contained in:
Stevan Freeborn
2023-04-22 15:35:27 -05:00
parent f9e479d053
commit 5f65eb8248
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -7,7 +7,7 @@
max-width: 1450px;
}
@media screen and (max-width: 1000px) {
@media screen and (max-width: 1200px) {
.container {
flex-direction: column;
align-items: center;
@@ -24,7 +24,7 @@
max-width: 600px;
}
@media screen and (min-width: 1000px) {
@media screen and (min-width: 1200px) {
.container>article {
position: sticky;
top: 5rem;
@@ -52,7 +52,7 @@
font-weight: bold;
}
@media screen and (min-width: 1000px) {
@media screen and (min-width: 1200px) {
.container>article:nth-child(2)>h1:nth-child(1) {
padding-top: 75px;
}
+1 -1
View File
@@ -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.
**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.