diff --git a/_includes/_footer.html b/_includes/_footer.html index 111432db..e8aeeb27 100644 --- a/_includes/_footer.html +++ b/_includes/_footer.html @@ -5,7 +5,7 @@
{% include HHS-logo.svg %}
-

A federal government website managed by the Centers for Medicare & Medicaid Services 7500 Security Boulevard, Baltimore, MD 21124

+

A federal government website managed by the Centers for Medicare & Medicaid Services, 7500 Security Boulevard, Baltimore, MD 21124

Data at the Point of Care

diff --git a/_sass/components/_navbar.scss b/_sass/components/_navbar.scss index 4b000946..38ea59fd 100644 --- a/_sass/components/_navbar.scss +++ b/_sass/components/_navbar.scss @@ -9,11 +9,6 @@ font-weight: $font-bold; letter-spacing: 0.1px; text-decoration: none; - width: 15rem; - - @media (min-width: $width-sm) { - width: 20rem; - } img { margin-right: 6px; @@ -79,7 +74,8 @@ @media (min-width: $width-nav) { background-color: transparent; - display: flex; + display: block; + position: static; height: auto; max-width: unset; width: auto; diff --git a/_sass/settings/_variables.scss b/_sass/settings/_variables.scss index 62c8b844..cd110808 100644 --- a/_sass/settings/_variables.scss +++ b/_sass/settings/_variables.scss @@ -17,7 +17,7 @@ $measure-4: 72ch; $measure-5: 77ch; // Breakpoints -$width-nav: 1020px; +$width-nav: 1200px; $layout-breakpoint: 965px; // Replace US WDS font stacks with HealthCare.gov font stacks diff --git a/common/data.md b/common/data.md index a56b75b9..0b273a8c 100644 --- a/common/data.md +++ b/common/data.md @@ -45,6 +45,6 @@ In order to aid in users' understanding of DPC file data and structure, we provi 2. [Bulk FHIR specification](http://build.fhir.org/ig/HL7/VhDir/bulk-data.html) 3. [Beneficiary FHIR Data Server (BFD)/ Blue Button API](https://bluebutton.cms.gov/developers/) 4. [Beneficiary FHIR Data Server (BFD)/ Blue Button Implementation Guide](https://bluebutton.cms.gov/assets/ig/index.html) -5. [Intro to JSON Format](https://www.json.org/json-en.html) and [NDJSO*org](http://ndjson.org/) +5. [Intro to JSON Format](https://www.json.org/json-en.html) and [NDJSON.org](http://ndjson.org/) 6. [JSON format viewer/validator (raw text/JSON format converter)](https://jsonlint.com/) 7. [Intro to valid FHIR formats](http://hl7.org/fhir/STU3/validation.html) diff --git a/common/faq.html b/common/faq.html index 97167a83..17aa8236 100644 --- a/common/faq.html +++ b/common/faq.html @@ -24,7 +24,7 @@