diff --git a/src/app/components/Section.module.css b/src/app/components/Section.module.css index ec64ed2..e4d5969 100644 --- a/src/app/components/Section.module.css +++ b/src/app/components/Section.module.css @@ -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; } diff --git a/src/docs/version_001/introduction/copy.md b/src/docs/version_001/introduction/copy.md index 7134ad0..157cf6e 100644 --- a/src/docs/version_001/introduction/copy.md +++ b/src/docs/version_001/introduction/copy.md @@ -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.