From 5f65eb82480b9cbf7291ba9a5b00268d56f0a5a6 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sat, 22 Apr 2023 15:35:27 -0500 Subject: [PATCH] docs: adjust version note on intro section --- src/app/components/Section.module.css | 6 +++--- src/docs/version_001/introduction/copy.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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.