Skip to content

Commit

Permalink
update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
cew821 committed Sep 22, 2015
1 parent 1b86a07 commit 5869c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/_sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ $slimmer: new-breakpoint(min-width 641px max-width 980px 12);
img {
max-height: 100%;
max-width: 100%;
width: 160px;
width: 200px;
}
}

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<div id="introduction">
<div class="outer_container">
<div class="inner_container">
<a id="usds_logo" href="http://whitehouse.gov/digital/united-states-digital-service" title="Link to the United States Digital Service"><img src='{{site.baseurl}}/assets/images/usds_logo.png' alt="Logo of the United States Digital Service"></a>
<a id="usds_logo" href="http://whitehouse.gov/digital/united-states-digital-service" title="Link to the United States Digital Service"><img src='{{site.baseurl}}/assets/images/USDS-logo-rays-transparent.png' alt="Logo of the United States Digital Service"></a>
{% capture introduction %}{% include introduction.md %}{% endcapture %}
{{ introduction | markdownify }}
<div class="button">
Expand Down

0 comments on commit 5869c8e

Please sign in to comment.