Skip to content

Commit

Permalink
Navigation Bugs (#46)
Browse files Browse the repository at this point in the history
* 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 <gst-ours@fearless.tech>
  • Loading branch information
Sun-Mountain and charmcitygavin committed Jul 21, 2021
1 parent 41b7508 commit 7a46876
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _includes/_footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="ds-u-float--left ds-u-margin-right--2">
{% include HHS-logo.svg %}
</div>
<p class="ds-u-margin-top--0 ds-u-measure--wide">A federal government website managed by the Centers for Medicare &amp; Medicaid Services 7500 Security Boulevard, Baltimore, MD 21124</p>
<p class="ds-u-margin-top--0 ds-u-measure--wide">A federal government website managed by the Centers for Medicare &amp; Medicaid Services, 7500 Security Boulevard, Baltimore, MD 21124</p>
</div>
<div class="ds-l-col--12 ds-l-sm-col--4 ds-l-lg-col--3 ds-u-margin-bottom--2">
<h2 class="ds-h4">Data at the Point of Care</h2>
Expand Down
8 changes: 2 additions & 6 deletions _sass/components/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion _sass/settings/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion common/data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion common/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2 class="usa-accordion__heading" id="accordion__dpc-info">
</h2>
<div id="a1" class="usa-accordion__content">
<ul>
<li>Technical documentation is available in the <a href="/docs">API Documentation</a>.</li>
<li>Technical documentation is available in the <a href="/docsV1">API Documentation</a>.</li>
<li>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.</li>
</ul>
</div>
Expand Down

0 comments on commit 7a46876

Please sign in to comment.