From 7a46876cc852ad2d311691f17013bcdcd9dd62b8 Mon Sep 17 00:00:00 2001 From: Nicole Zonnenberg Date: Wed, 21 Jul 2021 13:07:23 -0400 Subject: [PATCH] Navigation Bugs (#46) * Update google analytics tag * Init * Give top nav more breathing room * Fix nav layout when mobile menu is open * Fix typos Co-authored-by: Gavin St. Ours --- _includes/_footer.html | 2 +- _sass/components/_navbar.scss | 8 ++------ _sass/settings/_variables.scss | 2 +- common/data.md | 2 +- common/faq.html | 2 +- 5 files changed, 6 insertions(+), 10 deletions(-) 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 @@

    -
  • Technical documentation is available in the API Documentation.
  • +
  • Technical documentation is available in the API Documentation.
  • A DPC Google Group has been created to provide answers to questions and to support providers and developers who are implementing Data at the Point of Care.